summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wu.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/wu.nix b/wu.nix
index 3f512e11c..8dc6ce521 100644
--- a/wu.nix
+++ b/wu.nix
@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
-with (import ./lib { inherit pkgs; });
+let
+ lib = import ./lib { inherit pkgs; };
+
+ inherit (lib) majmin;
+in
{
imports = [