diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 093b7169bec8..279e72b92843 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-23.11 + nix_path: nixpkgs=channel:nixos-24.05 - name: Compile ${{matrix.renderer}} port on ${{matrix.os}} run: nix-shell build-scripts/shell.nix --run 'make all NYXT_RENDERER=${{matrix.renderer}}'