From fda16d28d8d1a23cc3f8685d8fcc19e1ad178390 Mon Sep 17 00:00:00 2001 From: Brandon Elam Barker Date: Tue, 13 Oct 2020 11:26:47 -0400 Subject: [PATCH] Adding more useful pinning reference to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86832b0..210f135 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Installs [Nix](https://nixos.org/nix/) on GitHub Actions for the supported platf By default it has no nixpkgs configured, you have to set `nix_path` by [picking a channel](https://status.nixos.org/) -or [pin nixpkgs yourself](https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html). +or [pin nixpkgs yourself](https://nix.dev/reference/pinning-nixpkgs.html) +(see also [pinning tutorial](https://nix.dev/tutorials/towards-reproducibility-pinning-nixpkgs.html)). # Features