hydra: disable nix-data, redoxpkgs

both of these have been inactive for over a year
This commit is contained in:
zowoq 2022-10-08 06:24:42 +10:00
parent cda7b1196a
commit d8e44c9980

View file

@ -43,21 +43,22 @@ resource "hydra_project" "emacs_overlay" {
} }
} }
resource "hydra_project" "nix_data" { # Currently unmaintained:
name = "nix-data" #resource "hydra_project" "nix_data" {
display_name = "nix-data" # name = "nix-data"
description = "Standard set of packages and overlays for data-scientists" # display_name = "nix-data"
homepage = "https://github.com/nix-community/nix-data" # description = "Standard set of packages and overlays for data-scientists"
owner = "admin" # homepage = "https://github.com/nix-community/nix-data"
enabled = true # owner = "admin"
visible = true # enabled = true
# visible = true
declarative { #
file = "spec.json" # declarative {
type = "git" # file = "spec.json"
value = "https://github.com/nix-community/nix-data" # type = "git"
} # value = "https://github.com/nix-community/nix-data"
} # }
#}
resource "hydra_project" "simple_nixos_mailserver" { resource "hydra_project" "simple_nixos_mailserver" {
name = "simple-nixos-mailserver" name = "simple-nixos-mailserver"
@ -75,21 +76,22 @@ resource "hydra_project" "simple_nixos_mailserver" {
} }
} }
resource "hydra_project" "redoxpkgs" { # Currently unmaintained:
name = "redoxpkgs" #resource "hydra_project" "redoxpkgs" {
display_name = "Redoxpkgs" # name = "redoxpkgs"
description = "Packages for Redox" # display_name = "Redoxpkgs"
homepage = "https://github.com/nix-community/redoxpkgs" # description = "Packages for Redox"
owner = "admin" # homepage = "https://github.com/nix-community/redoxpkgs"
enabled = true # owner = "admin"
visible = true # enabled = true
# visible = true
declarative { #
file = ".hydra/spec.json" # declarative {
type = "git" # file = ".hydra/spec.json"
value = "https://github.com/nix-community/redoxpkgs" # type = "git"
} # value = "https://github.com/nix-community/redoxpkgs"
} # }
#}
# Currently unmaintained: # Currently unmaintained:
#resource "hydra_project" "rust_for_linux" { #resource "hydra_project" "rust_for_linux" {