Compare commits

...

No commits in common. "1363c326f7b8164f4f022dd27bbb02f12983ceb5" and "cc757f0adb08371f867d8b086eb7e42f4867f46a" have entirely different histories.

3 changed files with 0 additions and 41 deletions

View File

@ -1,3 +1,2 @@
# hydra-builds # hydra-builds
Some hydra jobset definitions

View File

@ -1,12 +0,0 @@
{ ... }@args:
let
pkgs = (import <nixpkgs> {});
in
# convert package list to attrset
with builtins; listToAttrs (
map ( x: { name = x.pname; value = x;} ) (
import "${pkgs.path}/maintainers/scripts/build.nix" args
)
)

View File

@ -1,28 +0,0 @@
{ ... }@args:
let
pkgs = (import <nixpkgs> {});
in
with pkgs; {
illustris = import ./by-maintainer.nix args;
homelab = {
inherit (nixosTests) hedgedoc jitsi-meet searx;
#inherit (nixosTests) jibri zfs;
};
misc = {
hadoop = {
inherit (nixosTests) hadoop;
# https://github.com/NixOS/nixpkgs/pull/154004
#inherit (nixosTests) hadoop_3_2 hadoop2;
};
sssd = { inherit (nixosTests) sssd sssd-ldap; };
prometheus = {
inherit (nixosTests) prometheus;
#inherit (nixosTests) prometheus-exporters;
};
inherit (nixosTests) kafka keepalived keycloak nginx php postgresql signal-desktop spark vault;
};
#disabled = {
# mysql = { inherit (nixosTests) mysql mysql-autobackup mysql-backup mysql-replication; };
#};
}