mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
nixos/installer.scan: remove with lib;
This commit is contained in:
parent
e6da97a160
commit
de2bbebb7f
1 changed files with 1 additions and 4 deletions
|
@ -1,11 +1,8 @@
|
||||||
# List all devices which are detected by nixos-generate-config.
|
# List all devices which are detected by nixos-generate-config.
|
||||||
# Common devices are enabled by default.
|
# Common devices are enabled by default.
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
config = mkDefault {
|
config = lib.mkDefault {
|
||||||
# Common firmware, i.e. for wifi cards
|
# Common firmware, i.e. for wifi cards
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue