diff --git a/shell.nix b/shell.nix index 07a8ae87..4e165c6f 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ let configs = "${toString ./.}#nixosConfigurations"; buildIso = pkgs.writeShellScriptBin "build-iso" '' - nix build ${configs}.niximg.config.system.build.isoImage + nix build ${configs}.niximg.config.system.build.isoImage $@ ''; in pkgs.mkShell { nativeBuildInputs = with pkgs; [ git git-crypt nixFlakes buildIso ];