From 570408482d8730fd95882f62498579bcf689a230 Mon Sep 17 00:00:00 2001 From: Savanni D'Gerinel Date: Sun, 9 Jul 2023 17:59:59 -0400 Subject: [PATCH] try adding a readme --- Mononix/Index.md | 7 ++++++- readme.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 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 120000 index 0000000..7deaedd --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +Mononix/Index.md \ No newline at end of file