Skip to content

Commit

Permalink
feat: add darwin support
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Lebedev <[email protected]>
  • Loading branch information
olebedev authored and henrirosten committed Aug 4, 2023
1 parent d5ec4c3 commit 41c5d3a
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 @@ -8,7 +8,7 @@

outputs = { self, nixpkgs }:
let
systems = [ "x86_64-linux" "aarch64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
# forEachSystem [ "x86_64-linux" ] { example = true; } -> { x86_64-linux.example = true }
forEachSystem = nixpkgs.lib.genAttrs systems;
# Imports a module expecting a system to be passed in
Expand Down

0 comments on commit 41c5d3a

Please sign in to comment.