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 {
|
config = mkDefault {
|
||||||
# Wireless card firmware
|
# That wireless card firmware not enabled because the corresponding
|
||||||
networking.enableRT73Firmware = true;
|
# build expression 'rt73fw' is broken.
|
||||||
|
networking.enableRT73Firmware = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user