From e9b5287547ad78a290ef4ef9af238a74389acb7d Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:35:56 -0600 Subject: [PATCH] added git package --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) 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;