Skip to content

Commit

Permalink
Fix crate2nix url
Browse files Browse the repository at this point in the history
  • Loading branch information
isomer committed Dec 28, 2023
1 parent 4f7268f commit bc4d0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crate2nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: |
nix-env -iA cachix -f https://cachix.org/api/v1/install
$HOME/.nix-profile/bin/cachix use eigenvalue
nix-env -i -f https://github.com/cargo2nix/cargo2nix/archive/refs/tags/v0.11.0.tar.gz
nix-env -i -f https://github.com/nix-community/crate2nix/tarball/0.12.0
- name: Run crate2nix
run: |
Expand Down

0 comments on commit bc4d0e4

Please sign in to comment.