I merged this PR too soon and forgot to check that the output was still containing the binary.
This commit is contained in:
parent
33ef2f0e07
commit
c040b918cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue