summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files 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; {