1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 01:59:27 +00:00
nix-darwin/pkgs
Emily e7bd2f8f2f nix-tools: re‐add nixPackage
(With some tweaks to handle `nix.enable` and order it at a more
sensible position in the `$PATH`.)

The installers actually install Nix into `root`’s profile for some
reason, which means that the path’s prioritization backfires when
the script runs as root and we’re managing the Nix installation. When
running `darwin-rebuild` as a normal user, this wasn’t a problem.

Maybe we should just have a check to make sure there’s no conflicting
Nix in `root`’s profile – it seems pretty bad for `root` to
get the wrong Nix – but it would trigger for almost everyone,
which seems kind of annoying. I guess we could automatically
remove it from `root`’s profile if it matches what’s in
`/nix/var/nix/profiles/default`…

This reverts commit 02232f71c5.
2025-03-31 00:34:55 +09:00
..
darwin-uninstaller nix-darwin: system tools can be configured indvidually 2025-03-15 09:24:22 +00:00
nix-tools nix-tools: re‐add nixPackage 2025-03-31 00:34:55 +09:00