diff options
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; { |
