Skip to content

Commit

Permalink
Add Nix version diagnostic information
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 27, 2024
1 parent 80726df commit c5b479d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.30.0/nix-installer-${{ matrix.platform.nix-installer.platform }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Print Nix version
run: |
nix --version
sudo nix-channel --list
- name: Print ruby version
run: |
nix develop --command which ruby
Expand Down

0 comments on commit c5b479d

Please sign in to comment.