From 027d0069567f7a0bf4f83415d3c9abffa3af8434 Mon Sep 17 00:00:00 2001 From: willemml Date: Mon, 20 Mar 2023 14:58:28 -0700 Subject: [PATCH] re-enable other system types --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index e942120..a85d892 100644 --- a/flake.nix +++ b/flake.nix @@ -24,10 +24,10 @@ ]; systems = [ - # "x86_64-linux" - # "x86_64-darwin" + "x86_64-linux" + "x86_64-darwin" "aarch64-darwin" - # "aarch64-linux" + "aarch64-linux" ]; perSystem = {