From 7621843b0ed66191a1099204feed5ebc0588a743 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Thu, 10 Jun 2021 16:08:25 +0000 Subject: [PATCH] examples: Fix minor typo preventing use --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 53b3941..fe26a65 100644 --- a/examples.md +++ b/examples.md @@ -45,7 +45,7 @@ every mach-nix expression should begin like this: let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix/"; - ref = "refs/heads/3.3.0"; + ref = "refs/tags/3.3.0"; }) { # optionally bring your own nixpkgs # pkgs = import {};