Skip to content

Commit

Permalink
flake.nix: Use top level changelog-d
Browse files Browse the repository at this point in the history
It is about 2 MB now, as only it and libffi (tiny) are new in the
build or shell closures.
  • Loading branch information
roberth committed Nov 26, 2023
1 parent c5d49ec commit e7e21aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
[
Expand Down

0 comments on commit e7e21aa

Please sign in to comment.