⛩️ Powerful yet Minimal Nix Dependency Manager
flake flakes home-manager nixos go nix dependency dependencies
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): expand introductory sections

Fuwn 594a03e6 4ce75235

+9 -8
+9 -8
README.md
··· 1 1 # ⛩️ Yae 2 2 3 - Yae is a simple dependency manager for use with Nix, similar to [niv](https://github.com/nmattia/niv/) 4 - and [`npins`](https://github.com/andir/npins/). 5 - 6 - I made it to solve my own problems, but I hope it can help you too. 3 + Yae is a powerful yet minimal dependency manager intended for use with Nix, 4 + which functions similar to [niv](https://github.com/nmattia/niv/) and [`npins`](https://github.com/andir/npins/). 7 5 8 6 ## Introduction 9 7 10 - You can try out Yae without installing anything permanently by running 8 + You can try out Yae without installing anything permanently on your system by running 11 9 `nix run github:Fuwn/yae`. 12 10 13 - Additionally, [Tsutsumi](https://github.com/Fuwn/tsutsumi) uses Yae to manage 14 - dependencies. You can check out a working implementation there. 11 + Check out [Tsutsumi](https://github.com/Fuwn/tsutsumi) to see an example of Yae running 12 + in a production environment. Tsutsumi fully leverages the power of Yae to manage 13 + and automagically update the sources of the Nix packages it provides using a simple 14 + GitHub Actions CRON workflow. 15 15 16 16 ## Usage 17 17 ··· 40 40 zen-browser-bin \ 41 41 'https://github.com/zen-browser/desktop/releases/download/{version}/zen.linux-specific.tar.bz2' 42 42 43 - # Adds a Yae dependency named `yaak` pinned at tag `2024.10.1` with tag trimming for updates 43 + # Adds a Yae dependency named `yaak` pinned at tag `2024.10.1` with tag trimming 44 + # for updates 44 45 yae add \ 45 46 --type git \ 46 47 --unpack=false \