update readme and examples for conda-beta

This commit is contained in:
DavHau 2020-11-21 01:36:33 +07:00
parent fe7c806088
commit 4d5752d973
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ You can call mach-nix directly from a nix expression
let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix/";
ref = "refs/tags/3.0.2";
ref = "refs/heads/conda-beta";
}) {};
in
mach-nix.mkPython {

View file

@ -40,7 +40,7 @@ every mach-nix expression should begin like this:
let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix/";
ref = "refs/tags/3.0.2";
ref = "refs/heads/conda-beta";
}) {
# optionally bring your own nixpkgs
# pkgs = import <nixpkgs> {};