X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=shell.nix;h=2295f8cc10b8eca9bf4798562080a2256963c1e5;hp=3aa03a770a9eaf9d522975db9b76df0c62dabfca;hb=282c67a117b7d349b30a96972b050d630f906dec;hpb=97f5a24bc8839328571b23eb5f910de206ddbe1f diff --git a/shell.nix b/shell.nix index 3aa03a7..2295f8c 100644 --- a/shell.nix +++ b/shell.nix @@ -14,5 +14,5 @@ let }); in pkgs.mkShell { - buildInputs = [ patchedNix pkgs.morph pkgs.niv pkgs.pass pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake ]; + buildInputs = [ patchedNix pkgs.sops pkgs.morph pkgs.niv pkgs.curl pkgs.shellcheck pkgs.jq pkgs.gnumake pkgs.yq ]; }