Loading pkgs/by-name/ni/nix-init/package.nix +33 −29 Original line number Diff line number Diff line { lib , writeText , rustPlatform , fetchFromGitHub , curl , installShellFiles , pkg-config , bzip2 , libgit2 , openssl , zlib , zstd , stdenv , darwin , spdx-license-list-data , nix , nurl { lib, writeText, rustPlatform, fetchFromGitHub, curl, installShellFiles, pkg-config, bzip2, libgit2, openssl, zlib, zstd, stdenv, darwin, spdx-license-list-data, nix, nurl, }: let Loading Loading @@ -44,16 +45,19 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ bzip2 curl libgit2 openssl zlib zstd ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ darwin.apple_sdk.frameworks.CoreFoundation ]; Loading Loading
pkgs/by-name/ni/nix-init/package.nix +33 −29 Original line number Diff line number Diff line { lib , writeText , rustPlatform , fetchFromGitHub , curl , installShellFiles , pkg-config , bzip2 , libgit2 , openssl , zlib , zstd , stdenv , darwin , spdx-license-list-data , nix , nurl { lib, writeText, rustPlatform, fetchFromGitHub, curl, installShellFiles, pkg-config, bzip2, libgit2, openssl, zlib, zstd, stdenv, darwin, spdx-license-list-data, nix, nurl, }: let Loading Loading @@ -44,16 +45,19 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ bzip2 curl libgit2 openssl zlib zstd ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [ darwin.apple_sdk.frameworks.CoreFoundation ]; Loading