flake: add hydraJobs

master
Sebastien Bourdeauducq 2022-09-02 17:02:56 +08:00
parent b2fd23dadc
commit 88d6637509
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
artiqpkgs = artiq-zynq.inputs.artiq.packages.x86_64-linux;
artiqzynqpkgs = artiq-zynq.packages.x86_64-linux;
rustPlatform = artiq-zynq.inputs.zynq-rs.rustPlatform;
in {
in rec {
packages.x86_64-linux = rec {
migen-axi-nosys = artiqzynqpkgs.migen-axi.overrideAttrs(oa: {
patches = [ ./migen-axi-nosys.patch ];
@ -96,6 +96,7 @@
echo file binary-dist $out/boot.bin >> $out/nix-support/hydra-build-products
'';
};
hydraJobs = packages.x86_64-linux;
devShell.x86_64-linux = pkgs.mkShell {
name = "rust-pitaya-dev-shell";
buildInputs = with pkgs; [