aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-09-18 18:54:00 +0300
committerMihai Fufezan <[email protected]>2024-09-18 18:54:00 +0300
commitcbc0ff6ec0670e904758069c3844b05086bb15d3 (patch)
tree67915868375a4b2de529ff80e0873b5d2644ad75 /nix
parent6b6554adb8c2fba5d89554af6fc467dcd15cedc0 (diff)
downloadHyprland-cbc0ff6ec0670e904758069c3844b05086bb15d3.tar.gz
Hyprland-cbc0ff6ec0670e904758069c3844b05086bb15d3.zip
Nix: disable PCH
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 8d912fe6..b167a4df 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -149,6 +149,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
(lib.mesonEnable "xwayland" enableXWayland)
(lib.mesonEnable "legacy_renderer" legacyRenderer)
(lib.mesonEnable "systemd" withSystemd)
+ (lib.mesonEnable "b_pch" false)
];
postInstall = ''