···11# ⛩️ Yae
2233-Yae is a simple dependency manager for use with Nix, similar to [niv](https://github.com/nmattia/niv/)
44-and [`npins`](https://github.com/andir/npins/).
55-66-I made it to solve my own problems, but I hope it can help you too.
33+Yae is a powerful yet minimal dependency manager intended for use with Nix,
44+which functions similar to [niv](https://github.com/nmattia/niv/) and [`npins`](https://github.com/andir/npins/).
7586## Introduction
971010-You can try out Yae without installing anything permanently by running
88+You can try out Yae without installing anything permanently on your system by running
119`nix run github:Fuwn/yae`.
12101313-Additionally, [Tsutsumi](https://github.com/Fuwn/tsutsumi) uses Yae to manage
1414-dependencies. You can check out a working implementation there.
1111+Check out [Tsutsumi](https://github.com/Fuwn/tsutsumi) to see an example of Yae running
1212+in a production environment. Tsutsumi fully leverages the power of Yae to manage
1313+and automagically update the sources of the Nix packages it provides using a simple
1414+GitHub Actions CRON workflow.
15151616## Usage
1717···4040 zen-browser-bin \
4141 'https://github.com/zen-browser/desktop/releases/download/{version}/zen.linux-specific.tar.bz2'
42424343-# Adds a Yae dependency named `yaak` pinned at tag `2024.10.1` with tag trimming for updates
4343+# Adds a Yae dependency named `yaak` pinned at tag `2024.10.1` with tag trimming
4444+# for updates
4445yae add \
4546 --type git \
4647 --unpack=false \