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

This reverts commit 843da12452.
pull/23/head
Astro 2020-11-25 21:23:02 +01:00
parent fd25af0733
commit 2e62831998
1 changed files with 0 additions and 1 deletions

View File

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