summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-02 22:51:54 -0500
committerseth <[email protected]>2023-03-02 22:51:54 -0500
commit32bffffc75991b0da5d99415636e10709efd1230 (patch)
tree07a16dcbb48bd5026967e742eef67976bd0699a5 /flake.nix
parent82a1222f23780b92923327cedb88d8566b2463a8 (diff)
fix(flake): enable all systems
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; {