diff options
Diffstat (limited to 'tv/source.nix')
-rw-r--r-- | tv/source.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/source.nix b/tv/source.nix index 14527d956..c0df06567 100644 --- a/tv/source.nix +++ b/tv/source.nix @@ -9,6 +9,7 @@ with import <stockholm/lib>; pkgs = import <nixpkgs> { overlays = map import [ <stockholm/krebs/5pkgs> + <stockholm/submodules/nix-writers/pkgs> ]; }; in |