Skip to content

Commit

Permalink
fix: add darwin support in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Dec 18, 2024
1 parent 9f4d803 commit b4aabf7
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 @@ -19,7 +19,7 @@
forAllSystems =
fn:
let
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-darwin" ];
overlays = [ (import rust-overlay) ];
in
nixpkgs.lib.genAttrs systems (
Expand Down

0 comments on commit b4aabf7

Please sign in to comment.