forked from M-Labs/artiq
nix: fix version strings in artiq-dev environment
This commit is contained in:
parent
b692981c8e
commit
01f1df7e50
|
@ -19,6 +19,7 @@ in
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
xorg.libXi
|
xorg.libXi
|
||||||
(python3.withPackages(ps: with ps; [ jinja2 numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ]))
|
(python3.withPackages(ps: with ps; [ jinja2 numpy artiqpkgs.migen artiqpkgs.microscope artiqpkgs.misoc artiqpkgs.jesd204b artiqpkgs.artiq ]))
|
||||||
|
git
|
||||||
] ++
|
] ++
|
||||||
(with artiqpkgs; [
|
(with artiqpkgs; [
|
||||||
rustc
|
rustc
|
||||||
|
|
Loading…
Reference in New Issue