We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d833b commit 2a65d51Copy full SHA for 2a65d51
flake.nix
@@ -49,10 +49,6 @@
49
flake = {
50
overlays.default = final: prev: self.packages."${prev.stdenv.hostPlatform.system}";
51
52
- hydraJobs = {
53
- inherit (self) packages;
54
- };
55
-
56
templates = {
57
default = {
58
path = ./templates;
@@ -95,7 +91,13 @@
95
91
inherit (self'.legacyPackages) callPackage;
96
92
directory = ./pkgs;
97
93
};
94
+
+ hydraJobs = {
+ packages = lib.optionalAttrs (system == "aarch64-linux") config.packages;
+ };
98
99
100
+ transposition.hydraJobs.adHoc = true;
101
}
102
);
103
0 commit comments