mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
linux-libre: set update-libre.sh as update script
This doesn't actually update the kernel, just the linux-libre deblobbing scripts, but it should mean that automatic updaters keep the deblobbing scripts up to date. So even if deblobbing scripts for a new kernel version are not available immediately after release, they should be updated automatically soon enough once available.
This commit is contained in:
parent
80a823eeca
commit
2d3e4088db
|
@ -33,6 +33,8 @@ in linux.override {
|
|||
'';
|
||||
};
|
||||
|
||||
passthru.updateScript = ./update-libre.sh;
|
||||
|
||||
maintainers = [ lib.maintainers.qyliss ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue