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