Merge pull request #201648 from figsoda/onefetch

This commit is contained in:
Sandro 2022-11-17 23:47:24 +01:00 committed by GitHub
commit e894d91281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
, rustPlatform
, fetchFromGitHub
, cmake
, installShellFiles
, pkg-config
, zstd
, stdenv
@ -9,7 +10,6 @@
, libresolv
, Security
, git
, installShellFiles
}:
rustPlatform.buildRustPackage rec {
@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
preCheck = ''
git init
git config user.name nixbld
git config user.email nixbld@example.com
git add .
git commit -m test