mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
Remove archived repo
This commit is contained in:
parent
3e40c44916
commit
efb12d7f46
2 changed files with 2 additions and 8 deletions
|
@ -11,6 +11,8 @@
|
|||
- State "DONE" from "DOING" [2021-03-06 Sat 20:55]
|
||||
:END:
|
||||
* Firmware
|
||||
** DONE Remove archived kvalo/ath10k-firmware repo
|
||||
- The QCA6174 firmware appears to be in the standard Linux firmware repo, now
|
||||
** DONE Remove old firmware binaries
|
||||
- Looks like the ath10k files aren't needed, any more
|
||||
** DONE Create derivative for `ipts` firmware
|
||||
|
|
|
@ -16,14 +16,6 @@
|
|||
inherit rev sha256;
|
||||
};
|
||||
|
||||
# This repo has been obsoleted:
|
||||
ath10k-firmware = fetchFromGitHub {
|
||||
owner = "kvalo";
|
||||
repo = "ath10k-firmware";
|
||||
rev = "c987e38cbdb90dcb4e477d5dd21de66c77996435";
|
||||
sha256 = "16a67baxlga8vb43zbby2s7kpp4488vczg3manmr9g3wxnhhb9n3";
|
||||
};
|
||||
|
||||
surface-go-ath10k-firmware_backup = fetchFromGitHub {
|
||||
owner = "mexisme";
|
||||
repo = "linux-surface_ath10k-firmware";
|
||||
|
|
Loading…
Reference in a new issue