From 45c0a4a4cdf22466352d43900692f8a9b1addc89 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 = [