mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
Merge pull request #201648 from figsoda/onefetch
This commit is contained in:
commit
e894d91281
@ -2,6 +2,7 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
|
, installShellFiles
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, zstd
|
, zstd
|
||||||
, stdenv
|
, stdenv
|
||||||
@ -9,7 +10,6 @@
|
|||||||
, libresolv
|
, libresolv
|
||||||
, Security
|
, Security
|
||||||
, git
|
, git
|
||||||
, installShellFiles
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
git init
|
git init
|
||||||
|
git config user.name nixbld
|
||||||
git config user.email nixbld@example.com
|
git config user.email nixbld@example.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m test
|
git commit -m test
|
||||||
|
Loading…
Reference in New Issue
Block a user