diff options
author | tv <tv@shackspace.de> | 2015-08-28 21:31:59 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-28 21:31:59 +0200 |
commit | c1aaaca7f7febe0c587342ae74e7045bb9a67c5a (patch) | |
tree | cadfdb8d3968e7e3dea817bfba255d78a3c9de9c /tv/1systems | |
parent | f6997378c91be84432703183397f8675143030e9 (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 e48da90ad..6131897a7 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 { |