Skip to content

Commit

Permalink
use nixpkgs channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 18, 2023
1 parent b2563c5 commit 190fedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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:nixpkgs-unstable' }
- run: |
nix-shell ./update-shell.nix --run './update.py check'
Expand All @@ -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:nixpkgs-unstable' }
- uses: cachix/cachix-action@v12
with: { name: pac-nix, authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' }

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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:nixpkgs-unstable' }
- uses: cachix/cachix-action@v12
with: { name: pac-nix, authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' }

Expand Down

0 comments on commit 190fedd

Please sign in to comment.