From 6a0186a14d5e5eb8aad314e23f76d450686202c6 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:04:03 +0530 Subject: [PATCH] scx.full: add passthru.updateScript Co-authored-by: Gliczy Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- pkgs/os-specific/linux/scx/scx_full.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/scx/scx_full.nix b/pkgs/os-specific/linux/scx/scx_full.nix index e4b2cc5623f3..c56208058a2f 100644 --- a/pkgs/os-specific/linux/scx/scx_full.nix +++ b/pkgs/os-specific/linux/scx/scx_full.nix @@ -12,6 +12,8 @@ scx.cscheds.overrideAttrs (oldAttrs: { cp ${scx.rustscheds}/bin/* ${placeholder "bin"}/bin/ ''; + passthru.updateScript.command = ./update.sh; + meta = oldAttrs.meta // { description = "Sched-ext C and Rust userspace schedulers"; longDescription = ''