Skip to content

Commit

Permalink
Fix #35: document nixpkgs version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 21, 2020
1 parent b093d8f commit 9e0a529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,11 @@ jobs:

[Currently GitHub Actions are not running on Azure instance types that support nested virtualization](https://github.com/actions/virtual-environments/issues/183#issuecomment-610723516).

### How do I print nixpkgs version with the channel I have configured?


```nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'```

## Hacking

Install the dependencies
Expand Down

0 comments on commit 9e0a529

Please sign in to comment.