I merged this PR too soon and forgot to check that the output was still
containing the binary.
This commit is contained in:
Jonas Chevalier 2020-12-17 22:34:58 +00:00 committed by GitHub
parent 33ef2f0e07
commit c040b918cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;