trust wheel
This commit is contained in:
parent
460fa753d2
commit
b2c032ca6a
|
@ -27,11 +27,13 @@
|
|||
dates = ["weekly"];
|
||||
};
|
||||
|
||||
# Make sure flakes are enabled
|
||||
settings = {
|
||||
# Make sure flakes are enabled
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
flake-registry = "";
|
||||
nix-path = config.nix.nixPath;
|
||||
# Trust wheel
|
||||
trusted-users = ["@wheel"];
|
||||
};
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
|
|
Loading…
Reference in New Issue