fix(flakes): make healthchecks-msrv build standalone

`cargoArtifacts` is built with the stable toolchain which is useless for this build
This commit is contained in:
Harsh Shandilya 2023-06-18 11:49:22 +00:00
parent 1b0d3b8521
commit 23e65e59e6

View File

@ -174,7 +174,6 @@
healthchecks-msrv = ((crane.mkLib pkgs).overrideToolchain rustMsrv).buildPackage (commonArgs
// {
inherit (healthchecksName) version;
inherit cargoArtifacts;
pname = "healthchecks-msrv";
cargoExtraArgs = healthchecksArgs;
doCheck = false;