Skip to content

Commit

Permalink
Upgrade determinate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Aug 3, 2024
1 parent ba0082b commit ea1096a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
42 changes: 21 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
darwinRebuild = inputs.nix-darwin.packages.${system}.darwin-rebuild;
reload = pkgs.writeScriptBin "reload" ''
${darwinRebuild}/bin/darwin-rebuild switch --flake .
source /Users/${username}/.zshrc
'';
in
pkgs.mkShell {
Expand Down
2 changes: 1 addition & 1 deletion home-manager/env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
}:

{
PATH = "/etc/profiles/per-user/${username}/bin:$PATH";
PATH = "/etc/profiles/per-user/${username}/bin:/run/current-system/sw/bin:$PATH";
}

0 comments on commit ea1096a

Please sign in to comment.