From ef387f8c58e606c379c6465d77b61c39cd2f4921 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 27 Feb 2024 13:29:01 +0200 Subject: [PATCH] chore(flake.nix): add dev shells for macOS and ARM --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 116849f7..5ef2ea42 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ ... }: flake-parts.lib.mkFlake {inherit inputs;} { - systems = ["x86_64-linux"]; + systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"]; perSystem = {pkgs, ...}: { devShells.default = with pkgs; mkShell {