mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
niv: only build the executable (#106906)
Installing `pkgs.niv` shouldn't pull all of GHC. Fixes https://github.com/nmattia/niv/issues/299
This commit is contained in:
parent
93a4baf5a6
commit
545c48e844
|
@ -12500,7 +12500,7 @@ in
|
|||
|
||||
hercules-ci-agent = callPackage ../development/tools/continuous-integration/hercules-ci-agent { };
|
||||
|
||||
niv = haskellPackages.niv.bin;
|
||||
niv = haskell.lib.justStaticExecutables haskellPackages.niv;
|
||||
|
||||
ormolu = haskellPackages.ormolu.bin;
|
||||
|
||||
|
|
Loading…
Reference in a new issue