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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/scan/detected.nix b/nixos/modules/installer/scan/detected.nix
index 7e181acb93b19..5c5fba56f5178 100644
--- a/nixos/modules/installer/scan/detected.nix
+++ b/nixos/modules/installer/scan/detected.nix
@@ -1,6 +1,6 @@
 # List all devices which are detected by nixos-generate-config.
 # Common devices are enabled by default.
-{ config, lib, pkgs, ... }:
+{ lib, ... }:
 
 with lib;