fix: mount race condition of patos-state

This commit is contained in:
Lars Sjöström 2025-02-26 10:21:56 +01:00
parent a3aab1ea5c
commit ca54cefe36
No known key found for this signature in database
3 changed files with 17 additions and 9 deletions

View file

@ -305,7 +305,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonBool "utmp" true)
(lib.mesonBool "log-trace" true)
(lib.mesonBool "kernel-install" true)
(lib.mesonBool "kernel-install" false)
(lib.mesonBool "quotacheck" false)
(lib.mesonBool "ldconfig" false)
(lib.mesonBool "install-sysconfdir" true)