updated lock file, have working devshell and build (haven't installed it)

This commit is contained in:
Anish Lakhwara
2022-12-07 01:26:43 +10:00
parent da8e3f16a2
commit 07b611690e
6 changed files with 49 additions and 48 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 ];
nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs ];
};
}