diff options
author | Mihai Fufezan <[email protected]> | 2024-09-18 18:54:00 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-18 18:54:00 +0300 |
commit | cbc0ff6ec0670e904758069c3844b05086bb15d3 (patch) | |
tree | 67915868375a4b2de529ff80e0873b5d2644ad75 | |
parent | 6b6554adb8c2fba5d89554af6fc467dcd15cedc0 (diff) | |
download | Hyprland-cbc0ff6ec0670e904758069c3844b05086bb15d3.tar.gz Hyprland-cbc0ff6ec0670e904758069c3844b05086bb15d3.zip |
Nix: disable PCH
-rw-r--r-- | nix/default.nix | 1 |
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 = '' |