diff --git a/Mononix/Index.md b/Mononix/Index.md index 2131b54..bf7c256 100644 --- a/Mononix/Index.md +++ b/Mononix/Index.md @@ -2,7 +2,12 @@ Tools for running builds using Nix in a monorepo. Goal: Using one coherent build tool, I can develop multiple projects with common dependencies. -Requirements: +# Background + + + +# Requirements + - select the toolchains and versions thereof for the project - configure cross-compilation - allow multiple languages diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c294c63 --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# Mononix + +Monorepo tools using Nix as the build, link, and package tool. + +See [the documentation index](Mononix/Index.md) for more detailed documentation.