scx.full: add passthru.updateScript

Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor
2024-11-23 00:06:28 +05:30
co-authored by Gliczy
parent b284c986f1
commit 6a0186a14d
+2
View File
@@ -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 = ''