diff --git a/nix/default.nix b/nix/default.nix index a2e6f0ca..8c3c6364 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -30,7 +30,7 @@ hidpiXWayland ? false, legacyRenderer ? false, nvidiaPatches ? false, - withSystemd ? true, + withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, wrapRuntimeDeps ? true, version ? "git", commit,