summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Chevalier <zimbatm@zimbatm.com>2020-12-17 22:34:58 +0000
committerGitHub <noreply@github.com>2020-12-17 22:34:58 +0000
commitc040b918cc1ee08c065d390fcfbea479bbcd89d2 (patch)
tree3391efe515992906b6739f36d0db31b1b1f05817
parent33ef2f0e07bc52842d0ba617e2fb90c3e4dcf0bb (diff)
niv: fixes #106906 (#107096)
I merged this PR too soon and forgot to check that the output was still containing the binary.
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 693fd585230d..ad4a28bbdc3b 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;