feat(ci/cd): Set up Hydra
This commit is contained in:
parent
72dd5a2eb3
commit
4f9920e478
2 changed files with 38 additions and 0 deletions
13
.hydra/jobsets.nix
Normal file
13
.hydra/jobsets.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ nixpkgs ? <nixpkgs> }:
|
||||
|
||||
let
|
||||
|
||||
pkgs = import nixpkgs { };
|
||||
|
||||
in
|
||||
|
||||
{
|
||||
|
||||
myapp = pkgs.writeShellScript "hello" "${pkgs.hello}/bin/hello";
|
||||
|
||||
}
|
25
.hydra/spec.json
Normal file
25
.hydra/spec.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"hello": {
|
||||
"enabled": 1,
|
||||
"hidden": false,
|
||||
"description": "ZSH flake",
|
||||
"nixexprinput": "src",
|
||||
"nixexprpath": ".hydra/jobsets.nix",
|
||||
"checkinterval": 300,
|
||||
"schedulingshares": 100,
|
||||
"enableemail": false,
|
||||
"emailoverride": "",
|
||||
"keepnr": 3,
|
||||
"inputs": {
|
||||
"src": {
|
||||
"type": "git",
|
||||
"value": "git://forgejo.stefka.eu/jiriks74/zsh.nix.git main",
|
||||
"emailresponsible": false
|
||||
},
|
||||
"nixpkgs": { "type": "git",
|
||||
"value": "git://github.com/NixOS/nixpkgs.git release-16.03",
|
||||
"emailresponsible": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue