Skip to content

Commit

Permalink
Merge pull request #24 from DeterminateSystems/grahamc-patch-1
Browse files Browse the repository at this point in the history
homeManager module: drop restricted settings
  • Loading branch information
grahamc authored Jul 22, 2024
2 parents c6cc168 + f7d0cae commit 415548f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@
};

settings = {
always-allow-substitutes = true;
# Note: home-manager configures the user's environment, so only set unrestricted Nix options.
bash-prompt-prefix = "(nix:$name)\\040";
experimental-features = [ "nix-command" "flakes" ];
extra-nix-path = [ "nixpkgs=flake:nixpkgs" ];
upgrade-nix-store-path-url = "https://install.determinate.systems/nix-upgrade/stable/universal";
};
};
};
Expand Down

0 comments on commit 415548f

Please sign in to comment.