From 8dfa231be5a30221c36e0431f07bfadb3348a09b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 May 2024 00:03:00 +0200 Subject: ci: simplify GitHub actions --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2ce79c..ce9df0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,6 @@ on: jobs: tests: - strategy: - matrix: - nixPath: - - nixpkgs=channel:nixos-unstable runs-on: macos-latest steps: - name: Install SSH Key @@ -25,9 +21,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v26 with: - nix_path: "${{ matrix.nixPath }}" - extra_nix_config: | - experimental-features = nix-command flakes + nix_path: nixpkgs=channel:nixos-unstable - name: Check evaluation run: | nix-env -f . -qa \* --meta --xml \ @@ -43,4 +37,3 @@ jobs: run: nix shell -f '' nix-build-uncached -c nix-build-uncached ci.nix -A cacheOutputs - name: Populate binary cache run: nix copy --substitute-on-destination --to ssh://nixremote@linde.alanpearce.eu . - -- cgit 1.4.1