Skip to content

Commit

Permalink
style: format flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed May 15, 2024
1 parent 44fc1b0 commit 098b113
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@
inherit system overlays;
};
rustToolchain = pkgs.pkgsBuildHost.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
buildInputs = with pkgs; [ clang pkg-config rustToolchain just polkadot pkgs.zombienet.default ] ++ lib.optionals stdenv.isDarwin [
buildInputs = with pkgs; [
clang
pkg-config
rustToolchain
just
polkadot
# Due to zombienet's flake.nix, needs to be prefixed with pkg.zombienet
pkgs.zombienet.default
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.CoreServices
darwin.apple_sdk.frameworks.SystemConfiguration
Expand Down

0 comments on commit 098b113

Please sign in to comment.