Skip to content

Commit

Permalink
Use nixpkgs instead of nixos channel
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Aug 29, 2023
1 parent 338c1a1 commit 7e6a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
- name: "Install Nix"
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.05
nix_path: nixpkgs=channel:nixpkgs-23.05
- name: "Import Nix store cache"
if: steps.nix-cache.outputs.cache-hit == 'true'
run: |
Expand Down

0 comments on commit 7e6a1a7

Please sign in to comment.