chore(flake.nix): add dev shells for macOS and ARM

This commit is contained in:
Zahary Karadjov 2024-02-27 13:29:01 +02:00 committed by Emil Ivanichkov
parent b9a9876b96
commit ef387f8c58
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
... ...
}: }:
flake-parts.lib.mkFlake {inherit inputs;} { flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"]; systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
devShells.default = with pkgs; devShells.default = with pkgs;
mkShell { mkShell {