Merge pull request #119 from thiagokokada/fix-ref-in-examples

Fix ref in examples
This commit is contained in:
DavHau 2020-09-15 11:51:07 +07:00 committed by GitHub
commit 770ec30668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
...