mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
Fix #35: document nixpkgs version printing
This commit is contained in:
parent
b093d8fdd9
commit
9e0a5291c3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue