aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-11-11 09:36:15 +0200
committerMihai Fufezan <[email protected]>2024-11-11 16:52:42 +0200
commit943c7d18cc7c9300e1a6b4b859558b8c7ac540cd (patch)
treed82c4e65418a121a30597b87c8b5c7f08c6d5050 /nix
parentccfae82ad1c1a97d06efe980d6ba0dd72be4116c (diff)
downloadHyprland-943c7d18cc7c9300e1a6b4b859558b8c7ac540cd.tar.gz
Hyprland-943c7d18cc7c9300e1a6b4b859558b8c7ac540cd.zip
meson: autodetect systemd
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 29d31485..90c92272 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -152,7 +152,6 @@ in
(mapAttrsToList mesonEnable {
"xwayland" = enableXWayland;
"legacy_renderer" = legacyRenderer;
- "systemd" = withSystemd;
})
(mapAttrsToList mesonBool {
"b_pch" = false;