From 333ba810d6f75e8dd795f97c35dcd02492e08188 Mon Sep 17 00:00:00 2001 From: UnstoppableMango Date: Wed, 22 Jul 2026 23:28:51 -0500 Subject: [PATCH 1/2] Make ubuntu-latest the required check for pkgs --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index fb006c7..ba9611b 100644 --- a/index.ts +++ b/index.ts @@ -96,7 +96,7 @@ const pulumiBaremetal = new PublicRepo('pulumi-baremetal', { const pkgs = new PublicRepo('pkgs', { description: 'Mini nixpkgs — personal Nix package collection', topics: ['nix', 'nixpkgs', 'nix-flake'], - githubChecks: ['build'], + githubChecks: ['build (ubuntu-latest)'], }); const thecluster = new PublicRepo('thecluster', { From cb4c29a8eaf36ffb511e305f6980559aca18cc88 Mon Sep 17 00:00:00 2001 From: UnstoppableMango Date: Thu, 23 Jul 2026 21:12:41 -0500 Subject: [PATCH 2/2] nix system name --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index ba9611b..6c33de4 100644 --- a/index.ts +++ b/index.ts @@ -96,7 +96,7 @@ const pulumiBaremetal = new PublicRepo('pulumi-baremetal', { const pkgs = new PublicRepo('pkgs', { description: 'Mini nixpkgs — personal Nix package collection', topics: ['nix', 'nixpkgs', 'nix-flake'], - githubChecks: ['build (ubuntu-latest)'], + githubChecks: ['build (x86_64-linux)'], }); const thecluster = new PublicRepo('thecluster', {