aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 1c6a0113..985a4cbb 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -64,6 +64,8 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
patches = [
# forces GCC to use -std=c++26
./stdcxx.patch
+ # Nix does not have CMake 3.30 yet, so override the minimum version
+ ./cmake-version.patch
];
postPatch = ''