From aee3ec7ef5b580e80750710565f651cd29f71559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Mon, 21 Sep 2020 18:54:24 +0200 Subject: [PATCH] README: mention why install_url is useful --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed32e74..86832b0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ jobs: ## Inputs (specify using `with:`) -- `install_url`: specify URL to install Nix from (useful for testing non-stable releases) +- `install_url`: specify URL to install Nix from (useful for testing non-stable releases or pinning Nix for example https://releases.nixos.org/nix/nix-2.3.7/install) - `nix_path`: set `NIX_PATH` environment variable, for example `nixpkgs=channel:nixos-unstable`