npins: remove explicit dependency on nix (#436447)

This commit is contained in:
piegames
2025-08-24 16:52:01 +02:00
committed by GitHub
-2
View File
@@ -5,14 +5,12 @@
makeWrapper,
# runtime dependencies
nix, # for nix-prefetch-url
nix-prefetch-git,
git, # for git ls-remote
}:
let
runtimePath = lib.makeBinPath [
nix
nix-prefetch-git
git
];