fix ref in examples

This commit is contained in:
Thiago Kenji Okada 2020-09-14 15:38:31 -03:00
parent bc2157e530
commit b87a8f98d0

View file

@ -33,7 +33,7 @@
let let
mach-nix = import (builtins.fetchGit { mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix/"; url = "https://github.com/DavHau/mach-nix/";
ref = "heads/refs/2.3.0"; ref = "refs/tags/2.3.0";
}); });
in in
... ...