Fix #35: document nixpkgs version printing

This commit is contained in:
Domen Kožar 2020-09-21 15:12:38 +02:00 committed by GitHub
parent b093d8fdd9
commit 9e0a5291c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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). [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 ## Hacking
Install the dependencies Install the dependencies