summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-16 04:27:41 +0000
committerAlyssa Ross <hi@alyssa.is>2019-12-16 16:30:22 +0000
commit2d3e4088db37dbeb8f239afb643f02668cfd2975 (patch)
tree4169e291fe9159a5cdd52ede2b0859ac22847c61 /pkgs/os-specific/linux/kernel
parent80a823eeca9ed3e9ceaa6843263b2579e6c3215e (diff)
downloadnixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar.gz
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar.bz2
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar.lz
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar.xz
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.tar.zst
nixpkgs-2d3e4088db37dbeb8f239afb643f02668cfd2975.zip
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.
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-libre.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix
index 3340551e16d..1f35e0209e4 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 ];
   };
 }