]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - shell.nix
Anonymize names in files
[perso/Immae/Config/Nix.git] / shell.nix
index 2295f8cc10b8eca9bf4798562080a2256963c1e5..3d27d03c38340be6813956f13d47ef5d87fee118 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -14,5 +14,5 @@ let
   });
 in
 pkgs.mkShell {
-  buildInputs = [ patchedNix pkgs.sops pkgs.morph pkgs.niv pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake pkgs.yq ];
+  buildInputs = [ patchedNix pkgs.python3 pkgs.sops pkgs.morph pkgs.niv pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake pkgs.yq ];
 }