diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -130,16 +130,8 @@ from the Yae environment file. See the example below for more details. ### Examples -Check out [`examples/nixpkgs`](./examples/nixpkgs) for a pure Nix example of Yae -in action. This example is a little large since it constrains itself to **zero** -inputs and manually constructs multi-system support. In a real-world scenario, -you'd actually use something like [flake-utils](https://github.com/numtide/flake-utils) -to replace all of the boilerplate. For this reason, [`examples/nixpkgs-simple`](./examples/nixpkgs-simple) -exists, which functions identically, but uses `builtins.currentSystem` to -populate the `nixpkgs.system` attribute. (requires `--impure`) - -If Nixpkgs ever goes out of date in these theorectical examples, just run -`yae update`! +Check out the [`examples/`](./examples) directory for a couple of great examples +of Yae managing different sources including Nixpkgs! #### Real-world Example |