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

docs: move examples text into examples

fuwn.net 0e3e4e39 0e4ab652

verified
+4 -10
+2 -10
README.md
··· 130 130 131 131 ### Examples 132 132 133 - Check out [`examples/nixpkgs`](./examples/nixpkgs) for a pure Nix example of Yae 134 - in action. This example is a little large since it constrains itself to **zero** 135 - inputs and manually constructs multi-system support. In a real-world scenario, 136 - you'd actually use something like [flake-utils](https://github.com/numtide/flake-utils) 137 - to replace all of the boilerplate. For this reason, [`examples/nixpkgs-simple`](./examples/nixpkgs-simple) 138 - exists, which functions identically, but uses `builtins.currentSystem` to 139 - populate the `nixpkgs.system` attribute. (requires `--impure`) 140 - 141 - If Nixpkgs ever goes out of date in these theorectical examples, just run 142 - `yae update`! 133 + Check out the [`examples/`](./examples) directory for a couple of great examples 134 + of Yae managing different sources including Nixpkgs! 143 135 144 136 #### Real-world Example 145 137
+2
examples/README.md
··· 1 1 # Examples 2 2 3 + If Nixpkgs ever goes out of date in these examples, just run `yae update`! 4 + 3 5 ## [Nixpkgs](https://github.com/Fuwn/yae/tree/main/examples/nixpkgs) 4 6 5 7 This example showcases adding the Nixpkgs unstable branch as a Yae source,