1
0
Fork 0

Fixed copySysConf service. NIX_PATH is now persistent between updates.

This commit is contained in:
Kevin Baensch 2019-05-08 19:55:18 +02:00
parent dc0c983517
commit adadb70cfd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ let
installPhase = ''
cp -R ./. $out
'';
} else ../.;
} else (builtins.toPath ../.);
in {
options.system.copySysConf = {