From 04cb555aebfff68732cc7f0120def20449515eea Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 23 Jun 2022 18:32:23 +0200 Subject: [PATCH] Fix evaluation --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7ec7074c9..ea4e342d8 100644 --- a/flake.nix +++ b/flake.nix @@ -112,7 +112,7 @@ libarchive (libzip.overrideDerivation (old: { # Temporary workaround for https://github.com/NixOS/nixpkgs/pull/178755 - cmakeFlags = old.cmakeFlags ++ [ "-DBUILD_REGRESS=0" ]; + cmakeFlags = old.cmakeFlags or [] ++ [ "-DBUILD_REGRESS=0" ]; })) boost lowdown-nix