From 32bffffc75991b0da5d99415636e10709efd1230 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 2 Mar 2023 22:51:54 -0500 Subject: fix(flake): enable all systems --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ed4b5f0..d310195 100644 --- a/flake.nix +++ b/flake.nix @@ -15,9 +15,9 @@ }: let supportedSystsems = with utils.lib.system; [ x86_64-linux - # x86_64-darwin - # aarch64-linux - # aarch64-darwin + x86_64-darwin + aarch64-linux + aarch64-darwin ]; packageSet = pkgs: with pkgs; { -- cgit v1.2.3