host wu: explicitly inherit majmin

This commit is contained in:
tv 2015-03-24 18:48:29 +01:00
parent 0a7c6e567e
commit c1584bb797

6
wu.nix
View File

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
with (import ./lib { inherit pkgs; });
let
lib = import ./lib { inherit pkgs; };
inherit (lib) majmin;
in
{
imports = [