1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

fix environment.etc entries with a subdirectory

This commit is contained in:
Daiderd Jordan 2017-01-04 20:18:58 +01:00
parent 2f5f8b6c87
commit 9081af7f42
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -6,7 +6,9 @@ with lib;
let
drv = mkTextDerivation name config.text;
fileName = file: last (splitString "/" file);
drv = mkTextDerivation (fileName name) config.text;
in