diff options
| author | Samuel Tam <heiyiutam@gmail.com> | 2024-06-18 16:25:27 +0800 |
|---|---|---|
| committer | usertam <heiyiutam@gmail.com> | 2024-06-23 15:14:48 +0800 |
| commit | 4141697ed2ec5ccd1f2807275f7a1dc456f89891 (patch) | |
| tree | fad435da74e8bc5b56d69d37e31f9384237f1327 /modules | |
| parent | 29b3096a6e283d7e6779187244cb2a3942239fdf (diff) | |
checks.nix: disable verifyBuildUsers for auto-allocate-uids
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/checks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/checks.nix b/modules/system/checks.nix index f0f03e8..b3d9914 100644 --- a/modules/system/checks.nix +++ b/modules/system/checks.nix @@ -220,7 +220,7 @@ in system.checks.verifyBuildUsers = mkOption { type = types.bool; - default = true; + default = !(config.nix.settings.auto-allocate-uids or false); description = "Whether to run the Nix build users validation checks."; }; |
