about summary refs log tree commit diff
path: root/nixos/modules/programs/uim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/uim.nix')
-rw-r--r--nixos/modules/programs/uim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/uim.nix b/nixos/modules/programs/uim.nix
index 237da3415dc3..fc25ba6f9694 100644
--- a/nixos/modules/programs/uim.nix
+++ b/nixos/modules/programs/uim.nix
@@ -1,6 +1,6 @@
-{ config, pkgs, ... }:
+{ config, pkgs, lib, ... }:
 
-with pkgs.lib;
+with lib;
 
 let
   cfg = config.uim;