Skip to content

Commit

Permalink
Try another nix installer
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Mar 13, 2024
1 parent b82e720 commit 84f4e53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ runs:
echo "Running on supported architecture: ${arch_name}"
fi
shell: bash
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-23.11
- uses: DeterminateSystems/nix-installer-action@main
- name: Check nix channel
run: |
nix-channel --list
Expand All @@ -58,7 +56,7 @@ runs:
- name: Install Colima
run: |
echo "::group::Installing Colima"
nix-env -iA nixos.colima
nix-env -iA nixpkgs.colima
echo "::endgroup::"
shell: bash
- name: Configure Docker Compose plugin
Expand Down

0 comments on commit 84f4e53

Please sign in to comment.