Allow mmex to be compiled

This commit is contained in:
Cyryl Płotnicki 2019-10-06 11:00:52 +01:00
parent 6c52e1d45c
commit 1326524e4a
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,6 @@
{
permittedInsecurePackages = [
"webkitgtk-2.4.11"
];
}