Skip to content

Commit

Permalink
install-devices: add vim
Browse files Browse the repository at this point in the history
This moves vim to the install-device profile to add vim to netboot, too.

Fixes #20013 (see discussion there for further information)
  • Loading branch information
globin committed Jan 18, 2017
1 parent 460b43d commit f4f4200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
Expand Up @@ -7,9 +7,4 @@
imports =
[ ./installation-cd-base.nix
];

environment.systemPackages =
[
pkgs.vim
];
}
1 change: 1 addition & 0 deletions nixos/modules/profiles/installation-device.nix
Expand Up @@ -76,5 +76,6 @@ with lib;
boot.consoleLogLevel = mkDefault 7;
networking.firewall.logRefusedConnections = mkDefault false;

environment.systemPackages = [ pkgs.vim ];
};
}

0 comments on commit f4f4200

Please sign in to comment.