Skip to content

Commit 2a65d51

Browse files
committed
fix hydra jobs
1 parent a6d833b commit 2a65d51

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

flake.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
flake = {
5050
overlays.default = final: prev: self.packages."${prev.stdenv.hostPlatform.system}";
5151

52-
hydraJobs = {
53-
inherit (self) packages;
54-
};
55-
5652
templates = {
5753
default = {
5854
path = ./templates;
@@ -95,7 +91,13 @@
9591
inherit (self'.legacyPackages) callPackage;
9692
directory = ./pkgs;
9793
};
94+
95+
hydraJobs = {
96+
packages = lib.optionalAttrs (system == "aarch64-linux") config.packages;
97+
};
9898
};
99+
100+
transposition.hydraJobs.adHoc = true;
99101
}
100102
);
101103
}

0 commit comments

Comments
 (0)