Skip to content

Commit

Permalink
Merge pull request #421 from bjornfor/fix-example-ref
Browse files Browse the repository at this point in the history
examples: fix a builtins.fetchGit ref
  • Loading branch information
DavHau authored Mar 28, 2022
2 parents 7b0e7f6 + 8d05f09 commit 86c3111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ In this example, mach-nix is used to resolve our python dependencies and provide
let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix";
ref = "refs/heads/3.4.0"; # update this version
ref = "refs/tags/3.4.0"; # update this version
}) {
python = "python37";
};
Expand Down

0 comments on commit 86c3111

Please sign in to comment.