From 0c38126b497fabb2472faf508ae1b406ee0bc2ef Mon Sep 17 00:00:00 2001 From: julia Date: Thu, 16 May 2024 11:28:12 +1000 Subject: [PATCH] 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. --- overlay.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 06a5f46..40bb9d4 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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; });