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:
Robert Hensing 2023-11-24 16:27:10 +01:00
parent c5d49ec7ab
commit e7e21aa0c8

View file

@ -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 =
[