Skip to content

Commit

Permalink
flake: add "x86_64-darwin" to supported systems
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent dbfe0bc commit 39645a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

outputs = inputs@{ self, flake-parts, nixpkgs, foolnotion }:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" "aarch64-darwin" ];
systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];

perSystem = { pkgs, system, ... }:
let
Expand Down

0 comments on commit 39645a0

Please sign in to comment.