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
Add a link
Reference in a new issue