Skip to content

Commit

Permalink
fix: github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dadada committed Mar 27, 2024
1 parent 13f52e9 commit 57fedd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-stable
extra_nix_config:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: ${{ matrix.command }}
run: nix develop --command ${{ matrix.command }}

0 comments on commit 57fedd9

Please sign in to comment.