lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bore: use checkFeatures

figsoda 84361e0a 478acf78

+3 -1
+3 -1
pkgs/tools/networking/bore/default.nix
··· 15 15 cargoBuildFlags = "-p ${pname}"; 16 16 17 17 # FIXME can’t test --all-targets and --doc in a single invocation 18 - cargoTestFlags = "--features std --all-targets --workspace"; 18 + checkFeatures = [ "std" ]; 19 + 20 + cargoTestFlags = [ "--all-targets" "--workspace" ]; 19 21 20 22 nativeBuildInputs = [ installShellFiles ] 21 23 ++ lib.optional stdenv.isDarwin llvmPackages.libclang;