Skip to content

Commit

Permalink
flake: add x86_64-darwin as supported system
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Dec 19, 2024
1 parent e53034c commit a21889e
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 @@ -83,7 +83,7 @@
# Not eachDefaultSystem right now, because `nix flake check` tries to
# build every derivation of every system, which fails.
# Waiting on: https://github.com/NixOS/nix/pull/7759
(flake-utils.lib.eachSystem ["x86_64-linux"] systemDependentOutputs)
(flake-utils.lib.eachSystem ["x86_64-linux" "x86_64-darwin"] systemDependentOutputs)
// {
overlays.default = overlay;

Expand Down

0 comments on commit a21889e

Please sign in to comment.