diff options
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 = [ |