summary refs log tree commit diff
path: root/nixos/modules/installer/scan/detected.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/scan/detected.nix')
-rw-r--r--nixos/modules/installer/scan/detected.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/scan/detected.nix b/nixos/modules/installer/scan/detected.nix
index 09d04608e68..f350cd986af 100644
--- a/nixos/modules/installer/scan/detected.nix
+++ b/nixos/modules/installer/scan/detected.nix
@@ -1,8 +1,8 @@
 # List all devices which are detected by nixos-hardware-scan.
 # Common devices are enabled by default.
-{config, pkgs, ...}:
+{ config, lib, pkgs, ... }:
 
-with pkgs.lib;
+with lib;
 
 {
   config = mkDefault {