From da67096a3b9bf56a91d16901293e51ba5b49a27e Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sun, 9 Apr 2023 10:27:08 +0200 Subject: [PATCH] add minimal README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fef898 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# default systems + +See for the full explanation of +the pattern and usage. + +This repo proposes the default set of systems for nix flakes: + +[$ default.nix](default.nix) as nix +```nix +[ + "aarch64-darwin" + "aarch64-linux" + "x86_64-darwin" + "x86_64-linux" +] +``` +