lol

scx.rustscheds: restore RUSTFLAGS

Per https://github.com/sched-ext/scx/blob/059ce35c31c5d7906d2886b0e1c235ef5b6f6da4/meson.build#L347-L349
but linking libbpf is not required, built in rust one should work fine.

See https://github.com/NixOS/nixpkgs/pull/437169/commits/8ec509cc139a8d5e665690fac7794ee277233f4a#r2302122465 and https://github.com/sched-ext/scx/pull/2592

+6
+6
pkgs/os-specific/linux/scx/scx_rustscheds.nix
··· 30 30 31 31 env = { 32 32 BPF_CLANG = lib.getExe llvmPackages.clang; 33 + RUSTFLAGS = lib.concatStringsSep " " [ 34 + "-C relocation-model=pic" 35 + "-C link-args=-lelf" 36 + "-C link-args=-lz" 37 + "-C link-args=-lzstd" 38 + ]; 33 39 }; 34 40 35 41 hardeningDisable = [