nixos/installer.scan: remove with lib;

This commit is contained in:
Felix Buehler
2024-09-15 10:43:45 +02:00
committed by Jörg Thalheim
parent e6da97a160
commit de2bbebb7f
+1 -4
View File
@@ -1,11 +1,8 @@
# List all devices which are detected by nixos-generate-config.
# Common devices are enabled by default.
{ lib, ... }:
with lib;
{
config = mkDefault {
config = lib.mkDefault {
# Common firmware, i.e. for wifi cards
hardware.enableRedistributableFirmware = true;
};