Fixed copySysConf service. NIX_PATH is now persistent between updates.
This commit is contained in:
parent
dc0c983517
commit
adadb70cfd
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue