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 6d2153d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ 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
nix-channel --list
nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Print ruby version
run: |
nix develop --command which ruby
Expand Down

0 comments on commit 6d2153d

Please sign in to comment.