mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +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).
|
[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
|
||||||
|
|
Loading…
Reference in a new issue