Allow mmex to be compiled
This commit is contained in:
parent
6c52e1d45c
commit
1326524e4a
2 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
|||
};
|
||||
|
||||
home.file.".vimrc".source = ~/dev/dotfiles/.vimrc.nixos;
|
||||
home.file.".config/nixpkgs/config.nix".source = ~/dev/dotfiles/nixos/shell-config.nix;
|
||||
|
||||
imports = [
|
||||
./programs/tmux.nix
|
||||
|
|
6
nixos/shell-config.nix
Normal file
6
nixos/shell-config.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
permittedInsecurePackages = [
|
||||
"webkitgtk-2.4.11"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in a new issue