Skip to content

Commit

Permalink
build: enable aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Nov 15, 2024
1 parent d960698 commit 77ec43b
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 @@ -7,7 +7,7 @@
outputs =
{ self, nixpkgs, ... }:
let
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" "aarch64-darwin" ];

pkgsForSystem = system: (import nixpkgs { inherit system; });
in
Expand Down

0 comments on commit 77ec43b

Please sign in to comment.