artiq-fast: add strictDeps=true to fetchcargo.nix

part of gitea issue #34. unfortunately, the flag has inferior
documentation, so this is just a try.
pull/23/head
Astro 2020-11-25 18:05:51 +01:00
parent 267b497ac4
commit 843da12452
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
stdenv.mkDerivation {
name = "${name}-vendor";
nativeBuildInputs = [ cacert git cargo cargo-vendor ];
strictDeps = true;
inherit src;
phases = "unpackPhase patchPhase installPhase";