1
0
Fork 0
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:
Daiderd Jordan 2017-05-25 12:51:59 +02:00
parent 1ca3e65198
commit 6da4eb0ffe
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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 =