Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/package-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Built on `nixos-unstable-small` for `aarch64-linux`, `x86_64-linux`:

- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist)

Built on `nixpkgs-unstable` for `aarch64-darwin`, `x86_64-darwin`:

- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-darwin)

Built on `nixos-$RELEASE-small` for `aarch64-linux`, `x86_64-linux`:

- [https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable](https://hydra.nix-community.org/jobset/nixpkgs/unfree-redist-stable)
Expand Down
3 changes: 1 addition & 2 deletions modules/nixos/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ in
environment.etc."nix/hydra/machines".source =
pkgs.runCommand "machines" { machines = config.environment.etc."nix/machines".text; }
''
printf "$machines" > $out
printf "$machines" | grep -e bsd -e linux > $out
substituteInPlace $out --replace-fail 'ssh-ng://' 'ssh://'
substituteInPlace $out --replace-fail ' 80 ' ' 3 '
substituteInPlace $out --replace-fail ' 10 ' ' 1 '
'';

services.hydra = {
Expand Down
9 changes: 0 additions & 9 deletions terraform/hydra-nixpkgs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ locals {
scheduling_shares = 5000
supported_systems = ["aarch64-linux", "x86_64-linux"]
}
unfree_redist_darwin = {
name = "unfree-redist-darwin"
description = "nixpkgs-unstable darwin unfree+redistributable"
nixpkgs_channel = "https://github.com/NixOS/nixpkgs.git nixpkgs-unstable"
release_file = "pkgs/top-level/release-unfree-redistributable.nix"
check_interval = 1800
scheduling_shares = 5000
supported_systems = ["aarch64-darwin", "x86_64-darwin"]
}
unfree_redist_full = {
name = "unfree-redist-full"
description = "nixos-unstable unfree+redistributable full"
Expand Down