···226226 (IPv4 or IPv6) to be assigned. If set to "both", dhcpcd will wait for
227227 both an IPv4 and an IPv6 address before forking.
228228 The option "if-carrier-up" is equivalent to "any" if either ethernet
229229- is plugged nor WiFi is powered, and to "background" otherwise.
229229+ is plugged or WiFi is powered, and to "background" otherwise.
230230 '';
231231 };
232232
···2626in
2727llvmPackages.stdenv.mkDerivation (finalAttrs: {
2828 pname = "scx_cscheds";
2929- inherit (scx-common) version src patches;
2929+ inherit (scx-common) version src;
30303131 # scx needs specific commits of bpftool and libbpf
3232 # can be found in meson.build of scx src