diff options
author | tv <tv@shackspace.de> | 2015-03-24 18:48:29 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-19 23:14:32 +0200 |
commit | c1584bb7977a26df47b9abad2044cea2ff44ebe3 (patch) | |
tree | 93c7548021e384e58ecfec7fc28431413e6fb8f8 /wu.nix | |
parent | 0a7c6e567e025994992462106ce5dee4fd1aac04 (diff) |
host wu: explicitly inherit majmin
Diffstat (limited to 'wu.nix')
-rw-r--r-- | wu.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ { config, pkgs, ... }: -with (import ./lib { inherit pkgs; }); +let + lib = import ./lib { inherit pkgs; }; + + inherit (lib) majmin; +in { imports = [ |