Skip to content

Commit

Permalink
ci: replace deprecated flake lock switch
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 15, 2024
1 parent fe7e198 commit 843a1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-rust-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake lock --update-input rust-overlay
- run: nix flake update rust-overlay
- name: Commit changes
id: commit
continue-on-error: true
Expand Down

0 comments on commit 843a1f2

Please sign in to comment.