aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-19 21:23:02 +0000
committerFuwn <[email protected]>2024-10-19 21:23:02 +0000
commit0e3e4e39fbe09aa9829507e09fc521526b371e3d (patch)
treed463fdc006ee6fc4096335fb94d9f223b671d578 /README.md
parentdocs: add json schema for reference (diff)
downloadyae-0e3e4e39fbe09aa9829507e09fc521526b371e3d.tar.xz
yae-0e3e4e39fbe09aa9829507e09fc521526b371e3d.zip
docs: move examples text into examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.md b/README.md
index 47ff7aa..98f46da 100644
--- a/README.md
+++ b/README.md
@@ -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