Skip to content

Commit

Permalink
fix: trusted group in darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Aug 19, 2023
1 parent 9c463aa commit be091d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/common/global/nix/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in
keep-outputs = true;
trusted-users = [ "root" ]
++ lib.optional pkgs.stdenvNoCC.isLinux "@wheel"
++ lib.optional pkgs.stdenvNoCC.isDarwin "@admins";
++ lib.optional pkgs.stdenvNoCC.isDarwin "@admin";
extra-substituters = [
"https://konradmalik.cachix.org"
"https://nix-community.cachix.org"
Expand Down

0 comments on commit be091d3

Please sign in to comment.