From c040b918cc1ee08c065d390fcfbea479bbcd89d2 Mon Sep 17 00:00:00 2001 From: Jonas Chevalier Date: Thu, 17 Dec 2020 22:34:58 +0000 Subject: [PATCH] niv: fixes #106906 (#107096) I merged this PR too soon and forgot to check that the output was still containing the binary. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 693fd585230..ad4a28bbdc3 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12517,7 +12517,7 @@ in hercules-ci-agent = callPackage ../development/tools/continuous-integration/hercules-ci-agent { }; - niv = haskell.lib.justStaticExecutables haskellPackages.niv; + niv = lib.getBin (haskell.lib.justStaticExecutables haskellPackages.niv); ormolu = haskellPackages.ormolu.bin;