Install git
Needed for deployments with krops.
This commit is contained in:
parent
4375b29d50
commit
85ab8d8071
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo ];
|
environment.systemPackages = with pkgs; [ vim wget kitty.terminfo git ];
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue