Don't pass in 'false' as the value of build-release-notes (a drv)

7cfaf057e35b7bb329ffff344e30fdfc850566c3 in lix-project changed the
default there to always build the release notes anyway, so this
caused failures to build, as false is not a derivation.
This commit is contained in:
julia 2024-05-16 11:28:12 +10:00
parent 7e8a5498db
commit 0c38126b49
Signed by: midnightveil
SSH key fingerprint: SHA256:ea9C0N7KCz9dB3ByNQoK7hEZtv4UFPOS/hvLm7UQYl8

View file

@ -24,7 +24,6 @@ let
# usage.
# https://github.com/nixos/nixpkgs/blob/6afb255d976f85f3359e4929abd6f5149c323a02/nixos/modules/config/nix.nix#L121
lixPkg = (final.callPackage (lix + "/package.nix") {
build-release-notes = false;
versionSuffix = "-lix${versionSuffix}";
boehmgc-nix = boehmgc-patched;
});