Commit Graph

10 Commits

Author SHA1 Message Date
oxalica
ca5616432b {docs,examples,ci}: add flake devSehll examples 2024-06-03 05:05:56 -04:00
oxalica
081f091cd8 {docs,fetch}: fix typos 2024-06-03 04:51:55 -04:00
oxalica
28e86b285e docs: update and document flake outputs 2024-06-03 04:51:55 -04:00
oxalica
37a2fe6c74 *: move internal files into lib subdir
They are not part of our public interfaces and must not be imported
alone.
2024-06-03 01:55:02 -04:00
oxalica
b79de030a6 Revert "Rework flake and overlay structures" due to downstream breakage
This reverts commit cf102ae729, reversing
changes made to ffe47b9007.

Nix doesn't allow a dependent flake to have relative inputs.
```
error: cannot fetch input 'path:./systems.nix?lastModified=1&narHash=sh
a256-cyfZqnwhPNzdfQnmUUUVK5fon88TSm/0CwgE7Lf%2BLDU%3D' because it uses a relat
ive path
```

Closes #125
2023-04-18 02:35:16 +08:00
oxalica
e8f9903cb9 overlay: split overlay interface from utility functions 2023-04-18 00:29:46 +08:00
IogaMaster
a619538647 Fix typo in cross_compilation docs 2023-02-15 13:09:30 +08:00
Sylvain Bellemare
660018f3a7
Fix typo in docs/cross_compilation.md 2022-02-22 22:25:29 -06:00
oxalica
db229315e3
Expand cross compilation docs and add wasi example
Also refactored current examples.
2021-11-22 07:11:02 +08:00
oxalica
ea189123e2
Reorganize docs 2021-11-22 07:11:02 +08:00