Skip to content

Commit

Permalink
Use new style Nix build user after macOS upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Sep 19, 2024
1 parent d755277 commit 8476716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let user = "dustin"; in
# Setup user, packages, programs
nix = {
package = pkgs.nix;
configureBuildUsers = true;

settings.trusted-users = [ "@admin" "${user}" ];
settings.substituters = [ "https://nix-community.cachix.org" "https://cache.nixos.org" ];
Expand Down

0 comments on commit 8476716

Please sign in to comment.