diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-19T11·33+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-19T11·37+0000 |
commit | c7bc8aac4985bf5351a1e933769dd7d764e623ae (patch) | |
tree | 75229d8e451403818e27bc6f3bdaf8ff508b5adb /nix/yants | |
parent | 01b25ebd8e21692bddf724b5c02a9849c2a5427c (diff) |
docs(yants): Update josh cloning instructions r/3858
Change-Id: I4e9e31488f91465df6b2c6800a3940118107524b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5315 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'nix/yants')
-rw-r--r-- | nix/yants/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/yants/README.md b/nix/yants/README.md index d17ea61b52d1..98e6642e2dd8 100644 --- a/nix/yants/README.md +++ b/nix/yants/README.md @@ -44,9 +44,9 @@ Currently lacking: Yants can be imported from its `default.nix`. A single attribute (`lib`) can be passed, which will otherwise be imported from `<nixpkgs>`. -TIP: You do not need to clone my whole repository to use Yants! It is split out -into the `nix/yants` branch which you can clone with, for example, `git clone -b -nix/yants https://git.tazj.in yants`. +TIP: You do not need to clone the entire TVL repository to use Yants! +You can clone just this project through josh: `git clone +https://code.tvl.fyi/depot.git:/nix/yants.git` Examples for the most common import methods would be: |