From e4d36a4fd6dc47e394203297da6fc855eddb4acf Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans@users.noreply.github.com> Date: Sun, 15 Mar 2026 02:06:07 -0400 Subject: [PATCH] fix(ci): migrate from nix-installer-action + flake-checker-action to determinate-nix-action@v3 Removes DeterminateSystems/flake-checker-action which runs on Node.js 20, deprecated on GitHub Actions June 2, 2026. determinate-nix-action@v3 is the consolidated replacement that bundles both Nix installation and flake checking. (claude) --- .github/workflows/_nix-validate.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/_nix-validate.yml b/.github/workflows/_nix-validate.yml index 74cef49..365327b 100644 --- a/.github/workflows/_nix-validate.yml +++ b/.github/workflows/_nix-validate.yml @@ -43,11 +43,6 @@ jobs: restore-keys: | nix-linux-${{ runner.os }}- - - name: Lint flake.lock - uses: DeterminateSystems/flake-checker-action@main - with: - nixpkgs-keys: nixpkgs - - name: Check flake run: nix flake check --print-build-logs