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