ci: add hydraJobs flake output
This commit is contained in:
parent
ea96f526fd
commit
bec6956091
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
typix,
|
typix,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
|
self,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachDefaultSystem (
|
flake-utils.lib.eachDefaultSystem (
|
||||||
|
@ -71,6 +72,11 @@
|
||||||
# pkgs.typstyle
|
# pkgs.typstyle
|
||||||
# ];
|
# ];
|
||||||
# };
|
# };
|
||||||
|
hydraJobs = {
|
||||||
|
inherit (self)
|
||||||
|
legacyPackages
|
||||||
|
;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue