1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 04:35:46 +03:00
nix-darwin/modules
Andrew Marshall 7f897008d4 environment: Adjust systemPath order to allow injecting in the middle
Previously, it was not possible to inject PATH entries between profiles
and the “default system” PATH entries. This confounds adding, e.g.
Homebrew on aarch64’s non-standard prefix as higher priority than the
builtin system paths, but lower than Nix profiles.

This is a backwards-incompatible change for some users, but should only
be so in the case a user used `mkOrder` with a value between 1000 (the
default priority) and 1200. Value of 1200 chosen as the same delta from
the default as just below in `environment.profiles` (which uses 800),
and mkAfter is 1500 so will still go after this.
2024-05-23 09:55:35 -04:00
..
documentation treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
environment environment: Adjust systemPath order to allow injecting in the middle 2024-05-23 09:55:35 -04:00
examples Add zsh completions to darwin-rebuld by default 2024-01-27 19:37:27 -08:00
fonts treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
launchd treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
lib treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
misc treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
networking treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
nix treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
programs Change zsh default prompt 2024-05-20 09:48:03 +02:00
security treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
services hercules-ci-agent: fix crash calling security 2024-05-21 23:16:46 +10:00
system remove final lib.mddoc 2024-05-16 12:48:56 -04:00
time treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
users treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
alias.nix Update def and implementation of nix.package to match NixOS module 2022-08-16 10:41:51 -07:00
homebrew.nix treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
meta.nix treewide: remove lib.mdDoc 2024-04-19 04:05:50 +02:00
module-list.nix Add nix.optimise module 2024-03-27 12:50:04 -07:00