diff options
author | tv <tv@krebsco.de> | 2018-12-29 12:18:14 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-29 13:17:53 +0100 |
commit | 9a5415b662e9aad91eb518bfb2aa3feffc5e7cd5 (patch) | |
tree | f457b5eab5b099ada1da21d450e61545dc3be76c /tv/2configs | |
parent | 32b2aff200edf3e73f6a2c9e3d6548e4985ecd9f (diff) |
tv nixpkgs-overlays: RIP
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 484a337b7..e18ba31b0 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -92,7 +92,6 @@ with import <stockholm/lib>; environment.variables = { NIX_PATH = mkForce (concatStringsSep ":" [ "secrets=/var/src/stockholm/null" - "nixpkgs-overlays=${config.tv.nixpkgs-overlays}" "/var/src" ]); }; |