hydra-config/c3d2-web.nix

5 lines
77 B
Nix

with import <nixpkgs> {};
{
c3d2-web = lib.hydraJob (import <c3d2-web>);
}