mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-03-29 10:50:15 +00:00
feat: add hydra jobs to build all packages
This commit is contained in:
@@ -4,5 +4,7 @@
|
||||
./packages
|
||||
./shells
|
||||
./tests
|
||||
|
||||
./hydra.nix
|
||||
];
|
||||
}
|
||||
|
||||
9
nix/hydra.nix
Normal file
9
nix/hydra.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, ... }:
|
||||
let
|
||||
lib = inputs.nixpkgs.lib;
|
||||
in
|
||||
{
|
||||
flake.hydraJobs.packages = builtins.mapAttrs (
|
||||
_name: lib.hydraJob
|
||||
) inputs.self.packages.x86_64-linux;
|
||||
}
|
||||
Reference in New Issue
Block a user