forked from M-Labs/nac3
flake: add hydraJobs
This commit is contained in:
parent
79d3c5caae
commit
c5bcd352a5
|
@ -6,7 +6,7 @@
|
|||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in {
|
||||
in rec {
|
||||
packages.x86_64-linux = {
|
||||
nac3artiq = pkgs.python3Packages.toPythonModule (
|
||||
pkgs.rustPlatform.buildRustPackage {
|
||||
|
@ -41,5 +41,9 @@
|
|||
(python3.withPackages(ps: [ ps.numpy ]))
|
||||
];
|
||||
};
|
||||
|
||||
hydraJobs = {
|
||||
inherit (packages.x86_64-linux) nac3artiq;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue