···66<details closed>
77 <summary>Why should I consider Yae over niv or <code>npins</code>?</summary>
8899- 1. No BS helper Nix expressions are needed by Yae. niv and `npins` spit out unnecessary and mostly complicated Nix expressions by default in the form of a file that you need to keep in sync with their mainline source. This requires additional upgrade commands from the CLI and more to maintain. A Yae environment is a single file and can be placed anywhere.
1010- 2. Yae has a simple and coherent source tree. niv has a total of 10000 LOC (lines of code), `npins` sits at almost 6000 LOC flat, and Yae stands at just shy of 1500 LOC when looking at all files. Yae's core source code itself sits at just 462 LOC, which is much, **much** smaller than that of niv and `npins`' core source trees. This is all to say that Yae implements everything needed to replace niv and `npins` in a much more efficient and concise codebase.
99+ 1. No unnecessary helper Nix expressions are needed by Yae.
1010+1111+ niv and `npins` spit out medium-to-large sized Nix expressions that vary in
1212+ complexity in the form of a file that you need to keep in sync with their
1313+ mainline sources. This requires additional upgrade commands in the CLI and
1414+ more effort to maintain. A Yae environment is a single file and can be placed
1515+ anywhere and read just as simply.
1616+ 2. Yae has a simple and coherent source tree. niv has a total of 10000 LOC
1717+ (lines of code), `npins` sits at almost 6000 LOC flat, and Yae stands at just
1818+ shy of 1500 LOC when looking at all files. Yae's core source code itself sits
1919+ at just 462 LOC, which is much, **much** smaller than that of niv and `npins`'
2020+ core trees. This is all to say that Yae implements everything needed to functionally
2121+ replace niv and `npins` in any workflow, and in much more efficient and concise
2222+ codebase.
1123 3. Yae is simple by nature in design and usage philosophy.
12241313- niv and `npins` are great, but are far too ~~overkill~~ overengineered for me and many other consumers. I say overengineered because I was able to write out Yae's initial implementation in just about thirty-minutes to an hour, and it was already complete enough for me to replace niv or `npins` in all of my production workflows. If you need some niche feature that niv or `npins` have, use them, but if not, Yae is here for you.
2525+ niv and `npins` are great, but are far too ~~overkill~~ overengineered for me
2626+ and many other consumers. I say overengineered because I was able to write out
2727+ Yae's initial implementation in just about thirty-minutes to an hour, and it
2828+ was already complete enough for me to replace niv or `npins` in all of my production
2929+ workflows. If you need some niche feature that niv or `npins` has, use them,
3030+ but if not, Yae is here for you.
3131+1432</details>
15331634## Introduction
···102120 };
103121}
104122```
123123+105124</details>
106125107126### Integrating with Nix
···162181 # inherit (yae.zen-browser-twilight-bin) sha256 version;
163182} { inherit pkgs; }
164183```
184184+165185</details>
166186167187## `--help`