fix: add wheel to trusted users
This commit is contained in:
parent
444367c94a
commit
c2e759b19c
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
"pipe-operators"
|
"pipe-operators"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
trusted-users = [
|
||||||
|
"@wheel"
|
||||||
|
];
|
||||||
|
|
||||||
# Add binary caches to avoid having to compile them
|
# Add binary caches to avoid having to compile them
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://hyprland.cachix.org"
|
"https://hyprland.cachix.org"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue