forked from M-Labs/nix-scripts
board-generated: fix fetchcargo
This commit is contained in:
parent
c16bcd74d8
commit
57cc7a0a33
|
@ -11,7 +11,7 @@ let
|
||||||
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
|
||||||
jinja2 jsonschema numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq
|
jinja2 jsonschema numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq
|
||||||
]);
|
]);
|
||||||
fetchcargo = import (artiq-fast + "/fetchcargo.nix") {
|
fetchcargo = import (artiq-fast + "/fetchcargo-legacy.nix") {
|
||||||
inherit (pkgs) stdenv lib cacert git;
|
inherit (pkgs) stdenv lib cacert git;
|
||||||
inherit (artiqpkgs) cargo cargo-vendor;
|
inherit (artiqpkgs) cargo cargo-vendor;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue