Skip to content

Commit

Permalink
Fix dependencies action (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored Jun 1, 2024
1 parent 8fb7b0c commit eec5c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: cachix/install-nix-action@V27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixpkgs-unstable
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz
- name: Run yarn2nix
run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix"
- uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit eec5c01

Please sign in to comment.