From 8054bfa00d60437297d670ab3296a117e7059a10 Mon Sep 17 00:00:00 2001 From: Jonas Chevalier Date: Tue, 25 Apr 2023 13:59:35 +0200 Subject: [PATCH] add systems (#42) This allows flake users to make the systems list externally extensible. The default systems is: ``` [ "aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux" ] ``` See https://github.com/nix-systems/nix-systems for a full explanation --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 7246a29..2da664c 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -354,6 +354,17 @@ "type": "github" } }, + { + "from": { + "id": "systems", + "type": "indirect" + }, + "to": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, { "from": { "id": "helix",