Install git

Needed for deployments with krops.
This commit is contained in:
gabriel-doriath-dohler 2022-08-15 23:59:59 +00:00
parent 4375b29d50
commit 85ab8d8071

View file

@ -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" ];