diff options
author | tv <tv@krebsco.de> | 2015-08-28 21:31:59 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-08-28 21:31:59 +0200 |
commit | 60cc5637365af3fcfb4fdb0eed36d26beea7a697 (patch) | |
tree | a77f00996ead108a7e3605cac674c22d4bc6363c /tv/1systems | |
parent | 01fa3c9afaa69acea159dd4cbaaf3467a1780f3d (diff) |
krebs += pkgs.writeC lib.toC
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/wu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index e48da90..6131897 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -3,7 +3,7 @@ with lib; let - tvpkgs = import ../5pkgs { inherit pkgs; }; + tvpkgs = import ../5pkgs { inherit lib pkgs; }; in { |