mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
flake.nix: Use top level changelog-d
It is about 2 MB now, as only it and libffi (tiny) are new in the build or shell closures.
This commit is contained in:
parent
c5d49ec7ab
commit
e7e21aa0c8
1 changed files with 1 additions and 3 deletions
|
@ -176,9 +176,7 @@
|
|||
"--enable-internal-api-docs"
|
||||
];
|
||||
|
||||
# TODO: after backport of https://github.com/NixOS/nixpkgs/pull/268487, remove `haskellPackages.` -
|
||||
# vastly improves output closure, and adds shell completions
|
||||
changelog-d = pkgs.buildPackages.haskellPackages.changelog-d;
|
||||
changelog-d = pkgs.buildPackages.changelog-d;
|
||||
|
||||
nativeBuildDeps =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue