Merge pull request #286 from HaoZeke/patch-1

examples: Fix minor typo preventing use
This commit is contained in:
DavHau 2021-06-11 03:47:02 +07:00 committed by GitHub
commit 77fc01c0e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <nixpkgs> {};