diff --git a/flake.nix b/flake.nix index a8e0bcf..9671143 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,9 @@ { nixosConfigurations.lxc = nixosSystem { system = "x86_64-linux"; + packages = with args.nixpkgs.legacyPackages.x86_64-linux; [ + git + ]; # specialArgs = { # inherit systemSettings; # inherit userSettings;