tv base systemPackages += git

This commit is contained in:
tv 2015-10-22 01:25:02 +02:00
parent e557bc2e58
commit c2e1ab2bd0
5 changed files with 6 additions and 4 deletions

View File

@ -114,7 +114,6 @@ with lib;
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git # required for ./deploy, clone_or_update
htop htop
iftop iftop
iotop iotop

View File

@ -88,7 +88,6 @@ in
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git # required for ./deploy, clone_or_update
htop htop
iftop iftop
iotop iotop

View File

@ -84,7 +84,6 @@ in
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git # required for ./deploy, clone_or_update
htop htop
iftop iftop
iotop iotop

View File

@ -40,7 +40,6 @@ with lib;
# stockholm # stockholm
genid genid
git
gnumake gnumake
hashPassword hashPassword
lentil lentil

View File

@ -14,6 +14,12 @@ in
networking.hostName = config.krebs.build.host.name; networking.hostName = config.krebs.build.host.name;
imports = [ imports = [
{
# stockholm dependencies
environment.systemPackages = with pkgs; [
git
];
}
{ {
# TODO never put hashedPassword into the store # TODO never put hashedPassword into the store
users.extraUsers = users.extraUsers =