fix: trusted-users not working as expected
All checks were successful
/ check (push) Successful in 4m21s
All checks were successful
/ check (push) Successful in 4m21s
This commit is contained in:
parent
12661d6187
commit
10d953ffd7
1 changed files with 4 additions and 2 deletions
|
@ -108,8 +108,10 @@
|
||||||
# registry = lib.mapAttrs (_: value: { flake = value; }) self.inputs;
|
# registry = lib.mapAttrs (_: value: { flake = value; }) self.inputs;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = lib.mkDefault [ "@wheel" ];
|
trusted-users = [
|
||||||
extra-experimental-features = lib.mkDefault [
|
"@wheel"
|
||||||
|
];
|
||||||
|
extra-experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue