mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-09 10:42:53 +00:00
checks.nix: disable verifyBuildUsers for auto-allocate-uids
This commit is contained in:
parent
29b3096a6e
commit
4141697ed2
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue