able to get a dry run to compile

This commit is contained in:
Anish Lakhwara
2022-12-07 00:52:15 +10:00
parent 3cd723bcd6
commit da8e3f16a2
11 changed files with 47 additions and 32 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
default = pkgs.mkShell {
# Enable experimental features without having to specify the argument
NIX_CONFIG = "experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs ];
nativeBuildInputs = with pkgs; [ nix home-manager git ];
};
}