forked from M-Labs/nix-scripts
typo
This commit is contained in:
parent
14c0bd7103
commit
f089f6e1ef
|
@ -115,7 +115,7 @@ let
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
pythonDeps = import ./artiq-full/pythonDeps.nix { inherit pkgs; };
|
pythonDeps = import ./artiq-full/python-deps.nix { inherit pkgs; };
|
||||||
manualPackages = import ./artiq-full/manual.nix {
|
manualPackages = import ./artiq-full/manual.nix {
|
||||||
inherit (pkgs) stdenv lib fetchgit git python3Packages texlive texinfo;
|
inherit (pkgs) stdenv lib fetchgit git python3Packages texlive texinfo;
|
||||||
inherit (pythonDeps) sphinxcontrib-wavedrom;
|
inherit (pythonDeps) sphinxcontrib-wavedrom;
|
||||||
|
|
Loading…
Reference in New Issue