Skip to content

Commit

Permalink
checks.nix: disable verifyBuildUsers for auto-allocate-uids
Browse files Browse the repository at this point in the history
  • Loading branch information
usertam committed Jun 23, 2024
1 parent 29b3096 commit 4141697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
};

Expand Down

0 comments on commit 4141697

Please sign in to comment.