Skip to content

Commit

Permalink
.github/workflows/tests: Bump nix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Jul 25, 2024
1 parent 8cef6df commit 28cf63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'
Expand Down

0 comments on commit 28cf63e

Please sign in to comment.