diff options
author | lassulus <lassulus@lassul.us> | 2017-09-19 20:45:15 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-09-19 20:45:15 +0200 |
commit | d30480f1457cf4ac4f67f5e02faec75765706e50 (patch) | |
tree | 3351e0b97b3ea5ac5cdfc382559e0834714a9b9a /tv/2configs/default.nix | |
parent | 358ff6da9c9b7b2ae574f759a8af6266ce642baa (diff) | |
parent | ed9a1085946589409caba6e18233c329d99c0b4b (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 241a16b25..9ad0253a3 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -90,11 +90,7 @@ with import <stockholm/lib>; environment.variables = { NIX_PATH = mkForce (concatStringsSep ":" [ "secrets=/var/src/stockholm/null" - "nixpkgs-overlays=${pkgs.runCommand "nixpkgs-overlays" {} '' - mkdir $out - ln -s /home/tv/stockholm/krebs/5pkgs $out/krebs - ln -s /home/tv/stockholm/tv/5pkgs $out/tv - ''}" + "nixpkgs-overlays=${config.tv.nixpkgs-overlays}" "/var/src" ]); }; |