Skip to content

Commit

Permalink
ci: enabled pipe-operators in install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Oct 17, 2024
1 parent 8a67b24 commit 8e52d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GH_TOKEN }}
extra_nix_config: "experimental-features = nix-command flakes pipe-operators"
- uses: cachix/cachix-action@v15
with:
name: r17
Expand Down

0 comments on commit 8e52d7e

Please sign in to comment.