Nix: enable systemd only when it's available on hostPlatform

This commit is contained in:
rewine 2023-07-27 17:11:13 +08:00 committed by Mihai Fufezan
parent d7209b90bb
commit fe9453c643
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
hidpiXWayland ? false,
legacyRenderer ? false,
nvidiaPatches ? false,
withSystemd ? true,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
wrapRuntimeDeps ? true,
version ? "git",
commit,