build: downgrade Rust version used to build binaries

This fixes the problem of VirusTotal
reporting the binaries built with
`nix build .#deltachat-rpc-server-win64`
as malware.
This commit is contained in:
link2xt
2024-12-17 17:13:47 +01:00
parent 9d331483e9
commit d822da3c9f
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
description = "Delta Chat core";
inputs = {
fenix.url = "github:nix-community/fenix";
fenix.url = "github:nix-community/fenix?rev=85f4139f3c092cf4afd9f9906d7ed218ef262c97";
flake-utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
nix-filter.url = "github:numtide/nix-filter";