From 46a3547121ed1e1b2429c542a8fd17eebec30a54 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 8 Nov 2024 14:38:23 +0100 Subject: [PATCH] templates: Add all basic supported systems to the `minimal-flake-parts` tempalte --- templates/minimal-flake-parts/flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/minimal-flake-parts/flake.nix b/templates/minimal-flake-parts/flake.nix index c8dde1440..2dca03025 100644 --- a/templates/minimal-flake-parts/flake.nix +++ b/templates/minimal-flake-parts/flake.nix @@ -18,6 +18,9 @@ { systems = [ "x86_64-linux" + "aarch64-linux" + "x86_64-darwin" + "aarch64-darwin" ]; imports = [