mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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.
|
||||
# Common devices are enabled by default.
|
||||
{ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
config = mkDefault {
|
||||
config = lib.mkDefault {
|
||||
# Common firmware, i.e. for wifi cards
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue