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

View file

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