Loading pkgs/os-specific/linux/scx/scx_cscheds.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ libseccomp, }: llvmPackages.stdenv.mkDerivation (finalAttrs: { llvmPackages.stdenv.mkDerivation { pname = "scx_cscheds"; inherit (scx.rustscheds) version src; Loading Loading @@ -57,5 +57,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: { It is recommended to use the latest kernel for the best compatibility. ::: ''; homepage = "https://github.com/sched-ext/scx/tree/main/scheds/c"; }; }) } pkgs/os-specific/linux/scx/scx_full.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ scx.cscheds.overrideAttrs (oldAttrs: { It is recommended to use the latest kernel for the best compatibility. ::: ''; homepage = "https://github.com/sched-ext/scx"; }; }) pkgs/os-specific/linux/scx/scx_rustscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ::: ''; homepage = "https://github.com/sched-ext/scx"; homepage = "https://github.com/sched-ext/scx/tree/main/scheds/rust"; changelog = "https://github.com/sched-ext/scx/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; Loading Loading
pkgs/os-specific/linux/scx/scx_cscheds.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ libseccomp, }: llvmPackages.stdenv.mkDerivation (finalAttrs: { llvmPackages.stdenv.mkDerivation { pname = "scx_cscheds"; inherit (scx.rustscheds) version src; Loading Loading @@ -57,5 +57,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: { It is recommended to use the latest kernel for the best compatibility. ::: ''; homepage = "https://github.com/sched-ext/scx/tree/main/scheds/c"; }; }) }
pkgs/os-specific/linux/scx/scx_full.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,5 +20,6 @@ scx.cscheds.overrideAttrs (oldAttrs: { It is recommended to use the latest kernel for the best compatibility. ::: ''; homepage = "https://github.com/sched-ext/scx"; }; })
pkgs/os-specific/linux/scx/scx_rustscheds.nix +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ::: ''; homepage = "https://github.com/sched-ext/scx"; homepage = "https://github.com/sched-ext/scx/tree/main/scheds/rust"; changelog = "https://github.com/sched-ext/scx/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl2Only; platforms = lib.platforms.linux; Loading