From dff47de40bd4052ab46042419b40286a8d175424 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 17 Jan 2026 12:49:56 +0100 Subject: [PATCH] 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. --- pkgs/development/haskell-modules/configuration-nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index b5b66ad75f3e..aeb5dc1cfe44 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -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 ]