useFetchCargoVendor = true;
This commit is contained in:
parent
b3bbe0f59e
commit
665d5c025b
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ Some utility commands:
|
|||
version = "0.1.0";
|
||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||
buildInputs = with pkgs; [ openssl ];
|
||||
# rustPlatform.fetchCargoTarball is deprecated in favor of rustPlatform.fetchCargoVendor.
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-eKsQsOIiZDpDOGLMcpU+dL/e/UBEnbQIgcVPKi5xpC8=";
|
||||
meta = with nixpkgs.lib; {
|
||||
homepage = "https://tegakituesday.com";
|
||||
|
|
Loading…
Add table
Reference in a new issue