···130130131131### Examples
132132133133-Check out [`examples/nixpkgs`](./examples/nixpkgs) for a pure Nix example of Yae
134134-in action. This example is a little large since it constrains itself to **zero**
135135-inputs and manually constructs multi-system support. In a real-world scenario,
136136-you'd actually use something like [flake-utils](https://github.com/numtide/flake-utils)
137137-to replace all of the boilerplate. For this reason, [`examples/nixpkgs-simple`](./examples/nixpkgs-simple)
138138-exists, which functions identically, but uses `builtins.currentSystem` to
139139-populate the `nixpkgs.system` attribute. (requires `--impure`)
140140-141141-If Nixpkgs ever goes out of date in these theorectical examples, just run
142142-`yae update`!
133133+Check out the [`examples/`](./examples) directory for a couple of great examples
134134+of Yae managing different sources including Nixpkgs!
143135144136#### Real-world Example
145137
+2
examples/README.md
···11# Examples
2233+If Nixpkgs ever goes out of date in these examples, just run `yae update`!
44+35## [Nixpkgs](https://github.com/Fuwn/yae/tree/main/examples/nixpkgs)
4657This example showcases adding the Nixpkgs unstable branch as a Yae source,