From b87a8f98d04d58d09088193ea704dfcaf29d652c Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 14 Sep 2020 15:38:31 -0300 Subject: [PATCH] fix ref in examples --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 31c05b8..b0b0df2 100644 --- a/examples.md +++ b/examples.md @@ -33,7 +33,7 @@ let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; - ref = "heads/refs/2.3.0"; + ref = "refs/tags/2.3.0"; }); in ...