hydra: add emacs overlay declarative project
This commit is contained in:
parent
13d0a2e1f7
commit
43f4ffd686
2 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
||||||
./buildkite.nix
|
./buildkite.nix
|
||||||
./gitlab.nix
|
./gitlab.nix
|
||||||
./hydra.nix
|
./hydra.nix
|
||||||
|
./hydra-declarative-projects.nix
|
||||||
./cache.nix
|
./cache.nix
|
||||||
./nixpkgs-update.nix
|
./nixpkgs-update.nix
|
||||||
|
|
||||||
|
|
13
build01/hydra-declarative-projects.nix
Normal file
13
build01/hydra-declarative-projects.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{ lib, pkgs, config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.hydra.declarativeProjects = {
|
||||||
|
emacs-overlay = {
|
||||||
|
displayName = "Emacs Overlay";
|
||||||
|
inputValue = "https://github.com/nix-community/emacs-overlay";
|
||||||
|
specFile = "hydra/spec.json";
|
||||||
|
description = "Bleeding edge emacs overlay";
|
||||||
|
homepage = "https://github.com/nix-community/emacs-overlay";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue