hydra.nix: init
Hydra test:1224 Hydra build #1224 of sandbox:sandbox:test Details
Hydra test:1225 Hydra build #1225 of sandbox:sandbox:test Details
Hydra test Hydra build #1224 of sandbox:sandbox:test Details

master
Astro 2021-01-23 03:59:37 +01:00
parent 1ec0118109
commit 804489da73
1 changed files with 10 additions and 0 deletions

10
hydra.nix Normal file
View File

@ -0,0 +1,10 @@
let
pkgs = import <nixpkgs> {};
jobs = rec {
test = pkgs.lib.hydraJob (
pkgs.writeText "test" ""
);
};
in
jobs