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