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 = ''
|
||||
cp -R ./. $out
|
||||
'';
|
||||
} else ../.;
|
||||
} else (builtins.toPath ../.);
|
||||
|
||||
in {
|
||||
options.system.copySysConf = {
|
||||
|
|
Loading…
Reference in a new issue