added git package

This commit is contained in:
John Lancaster
2024-12-13 19:35:56 -06:00
parent 5c37a3461d
commit e9b5287547

View File

@@ -14,6 +14,9 @@
{ {
nixosConfigurations.lxc = nixosSystem { nixosConfigurations.lxc = nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
packages = with args.nixpkgs.legacyPackages.x86_64-linux; [
git
];
# specialArgs = { # specialArgs = {
# inherit systemSettings; # inherit systemSettings;
# inherit userSettings; # inherit userSettings;