From adadb70cfd48e9a5dfd0de37b1dda6688dfb3b5b Mon Sep 17 00:00:00 2001 From: derped Date: Wed, 8 May 2019 19:55:18 +0200 Subject: [PATCH] Fixed copySysConf service. NIX_PATH is now persistent between updates. --- options/copySysConf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/copySysConf.nix b/options/copySysConf.nix index 4deda0e..fd5ec27 100644 --- a/options/copySysConf.nix +++ b/options/copySysConf.nix @@ -14,7 +14,7 @@ let installPhase = '' cp -R ./. $out ''; - } else ../.; + } else (builtins.toPath ../.); in { options.system.copySysConf = {