Skip to content

Commit

Permalink
ci: update to nixos-23.11 from 23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C authored Mar 21, 2024
1 parent a2ef864 commit 602014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixos-23.11
- name: Build
run: nix-shell --command "cargo build --verbose --all-features"
- name: Run tests
Expand Down

0 comments on commit 602014f

Please sign in to comment.