tv base systemPackages += git
This commit is contained in:
parent
e557bc2e58
commit
c2e1ab2bd0
|
@ -114,7 +114,6 @@ with lib;
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git # required for ./deploy, clone_or_update
|
||||
htop
|
||||
iftop
|
||||
iotop
|
||||
|
|
|
@ -88,7 +88,6 @@ in
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git # required for ./deploy, clone_or_update
|
||||
htop
|
||||
iftop
|
||||
iotop
|
||||
|
|
|
@ -84,7 +84,6 @@ in
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git # required for ./deploy, clone_or_update
|
||||
htop
|
||||
iftop
|
||||
iotop
|
||||
|
|
|
@ -40,7 +40,6 @@ with lib;
|
|||
|
||||
# stockholm
|
||||
genid
|
||||
git
|
||||
gnumake
|
||||
hashPassword
|
||||
lentil
|
||||
|
|
|
@ -14,6 +14,12 @@ in
|
|||
networking.hostName = config.krebs.build.host.name;
|
||||
|
||||
imports = [
|
||||
{
|
||||
# stockholm dependencies
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
||||
{
|
||||
# TODO never put hashedPassword into the store
|
||||
users.extraUsers =
|
||||
|
|
Loading…
Reference in a new issue