environments with direnv and vm based config tests #9

Merged
steveej merged 30 commits from staging into master 2018-10-28 10:27:39 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 08e8d76dea - Show all commits

View file

@ -69,7 +69,6 @@ in
imports = imports =
[ [
../common/pkg/default.nix ../common/pkg/default.nix
../common/pkg/vim.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -130,7 +130,6 @@ rec {
}; };
environment.sessionVariables = { environment.sessionVariables = {
EDITOR = "vim";
NIXPKGS_ALLOW_UNFREE = "1"; NIXPKGS_ALLOW_UNFREE = "1";
# Don't create .pyc files. # Don't create .pyc files.