From 2d3e4088db37dbeb8f239afb643f02668cfd2975 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 16 Dec 2019 04:27:41 +0000 Subject: [PATCH] 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. --- pkgs/os-specific/linux/kernel/linux-libre.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix index 3340551e16dc..1f35e0209e44 100644 --- a/pkgs/os-specific/linux/kernel/linux-libre.nix +++ b/pkgs/os-specific/linux/kernel/linux-libre.nix @@ -33,6 +33,8 @@ in linux.override { ''; }; + passthru.updateScript = ./update-libre.sh; + maintainers = [ lib.maintainers.qyliss ]; }; }