mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Merge pull request #978 from usertam/patch/no-verify-nixbld
checks.nix: disable verifyBuildUsers for auto-allocate-uids
This commit is contained in:
commit
50581970f3
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…
Reference in a new issue