From 065130c09beeabb03358de9d970f137c894ffd2f Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sun, 9 Jul 2023 17:59:59 -0400 Subject: [PATCH] Add a readme, providing a super brief summary and a link to the documentation --- Mononix/Index.md | 7 ++++++- readme.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 readme.md 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.