Skip to content

Commit

Permalink
include git in installer images
Browse files Browse the repository at this point in the history
it fixes usage of flakes
  • Loading branch information
adomixaszvers committed Jun 30, 2024
1 parent ded0f2a commit 968ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/installers/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
supportedFilesystems = [ "zfs" ];
};
environment.systemPackages = [ myPkgs.neovim ]
++ (with pkgs; [ fd ripgrep nixfmt ]);
++ (with pkgs; [ fd git ripgrep nixfmt ]);
users.users.nixos.openssh.authorizedKeys.keyFiles = [ ../keys/yubikey.pub ];
}

0 comments on commit 968ac1d

Please sign in to comment.