From e8280a32edaaf193cb3d60969c450abd0d07555f Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Thu, 25 Jul 2024 15:22:29 +0300 Subject: [PATCH] test yolo. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 279e72b9284..e509929c862 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - name: Install nix uses: cachix/install-nix-action@v27 with: - nix_path: nixpkgs=channel:nixos-24.05 + nix_path: nixpkgs=channel:nixos-unstable - name: Compile ${{matrix.renderer}} port on ${{matrix.os}} run: nix-shell build-scripts/shell.nix --run 'make all NYXT_RENDERER=${{matrix.renderer}}'