chore(nix): temporary use of cargoHash instead of cargoLock.lockFile
Run checks and build archives / coverage-and-sonar (push) Successful in 6m57s
Run checks and build archives / build (linux-aarch64) (push) Successful in 1m56s
Run checks and build archives / build (windows-x86_64) (push) Successful in 1m38s
Run checks and build archives / build (linux-x86_64) (push) Successful in 1m46s

This commit is contained in:
2026-05-28 23:03:43 +02:00
parent 8142aee605
commit c1c25e33ff
+2 -1
View File
@@ -9,7 +9,8 @@
pname = name;
inherit version;
src = pkgs.lib.cleanSource ../.;
cargoLock.lockFile = ../Cargo.lock;
# cargoLock.lockFile = ../Cargo.lock;
cargoHash = "sha256-QfNC11XQ+qhdsxU6JWiHsvLnhn9xvxKaEPhhDJ2nM0c=";
useNextest = true;
meta = {
inherit (cargoToml.package) description homepage;