From 9e0a5291c3eef9422ee367e4b650ca8381a16fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 21 Sep 2020 15:12:38 +0200 Subject: [PATCH] Fix #35: document nixpkgs version printing --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 38961ef..2c1a996 100644 --- a/README.md +++ b/README.md @@ -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 {}).lib.version'``` + ## Hacking Install the dependencies