forked from M-Labs/nix-scripts
fix previous commit
This commit is contained in:
parent
fc93b19ba7
commit
d85f57ca0a
4
main.nix
4
main.nix
|
@ -27,5 +27,7 @@ in
|
|||
src = generatedNix;
|
||||
constituents = builtins.attrValues jobs;
|
||||
};
|
||||
extended-tests = pkgs.runCommand "extended-tests" { propagatedBuildInputs = [artiq artiq-board-kc705-nist_clock]; } "cp ${./extended-tests.py} $out;";
|
||||
extended-tests = pkgs.runCommand "extended-tests" {
|
||||
propagatedBuildInputs = [pkgs.python3.withPackages(ps: [artiqpkgs.artiq artiqpkgs.artiq-board-kc705-nist_clock])];
|
||||
} "cp ${./extended-tests.py} $out;";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue