Skip to content

Commit

Permalink
Update nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Sep 14, 2023
1 parent 3dd49a9 commit 7d5518f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with: { nix_path: nixpkgs=channel:nixos-unstable }
with: { nix_path: 'nixpkgs=channel:nixos-unstable' }
- uses: cachix/cachix-action@v12
with: { name: pac-nix, authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' }

Expand All @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with: { nix_path: nixpkgs=channel:nixos-unstable }
with: { nix_path: 'nixpkgs=channel:nixos-unstable' }
- uses: cachix/cachix-action@v12
with: { name: pac-nix, authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' }

Expand Down

0 comments on commit 7d5518f

Please sign in to comment.