lol
0
fork

Configure Feed

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

cargo-local-registry: fix build on x86_64-darwin

figsoda d3fd4ef5 0a5266e1

+2
+2
pkgs/development/tools/rust/cargo-local-registry/default.nix
··· 35 35 zlib 36 36 ] ++ lib.optionals stdenv.isDarwin [ 37 37 darwin.apple_sdk.frameworks.Security 38 + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ 39 + darwin.apple_sdk.frameworks.CoreFoundation 38 40 ]; 39 41 40 42 # tests require internet access