diff --git a/default.nix b/default.nix index 2797801e..26d0ee7f 100644 --- a/default.nix +++ b/default.nix @@ -81,7 +81,11 @@ let updateScripts = { npins = pkgs.writeShellApplication { name = "update-npins"; - runtimeInputs = with pkgs; [ npins ]; + runtimeInputs = [ + defaultNixPackage + pkgs.npins + pkgs.openssh + ]; text = '' echo "
npins changes" # Needed because GitHub's rendering of the first body line breaks down otherwise @@ -102,6 +106,7 @@ let cargo-audit cargo-edit # provides `cargo upgrade` cargo-outdated + openssh ]; text = '' echo "
cargo changes"