mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-04-15 16:56:37 +00:00
environment: use the default profile as a fallback
This commit is contained in:
parent
1ca3e65198
commit
6da4eb0ffe
1 changed files with 1 additions and 1 deletions
|
@ -124,8 +124,8 @@ in {
|
|||
environment.profiles =
|
||||
[ # Use user, default and system profiles.
|
||||
"$HOME/.nix-profile"
|
||||
"/nix/var/nix/profiles/default"
|
||||
"/run/current-system/sw"
|
||||
"/nix/var/nix/profiles/default"
|
||||
];
|
||||
|
||||
environment.pathsToLink =
|
||||
|
|
Loading…
Add table
Reference in a new issue