nvfetcher: remove pkgs.nix from the wrapper
We don't know what Nix implementation the user prefers and nvfetcher mostly needs nix-prefetch-url which is stable enough.
This commit is contained in:
@@ -1581,7 +1581,6 @@ builtins.intersectAttrs super {
|
||||
wrapProgram "$out/bin/nvfetcher" --prefix 'PATH' ':' "${
|
||||
pkgs.lib.makeBinPath [
|
||||
pkgs.nvchecker
|
||||
pkgs.nix # nix-prefetch-url
|
||||
pkgs.nix-prefetch-git
|
||||
pkgs.nix-prefetch-docker
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user