mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
modules/installer/scan/not-detected.nix: don't depend on pkgs.rt73fw
The rt73 firmware has disappeared from the upstream server, and we don't have a new URL yet. svn path=/nixos/trunk/; revision=29620
This commit is contained in:
parent
47a1941696
commit
18d52f8f4b
@ -13,7 +13,8 @@ with pkgs.lib;
|
||||
];
|
||||
|
||||
config = mkDefault {
|
||||
# Wireless card firmware
|
||||
networking.enableRT73Firmware = true;
|
||||
# That wireless card firmware not enabled because the corresponding
|
||||
# build expression 'rt73fw' is broken.
|
||||
networking.enableRT73Firmware = false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user