From 098b11321dd4e1454dfda7c4ee29185bb1c49943 Mon Sep 17 00:00:00 2001 From: Konrad Stepniak Date: Wed, 15 May 2024 16:13:47 +0200 Subject: [PATCH] style: format flake.nix --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a92ff2de8..21bfe4ce4 100644 --- a/flake.nix +++ b/flake.nix @@ -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