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