Skip to content

Commit

Permalink
Merge pull request #54 from reo101/fix/systems
Browse files Browse the repository at this point in the history
fix(flake): re-add `{x86_64,aarch64}-darwin` to `flake-parts`'s systems
  • Loading branch information
oddlama authored Nov 26, 2024
2 parents 2703e44 + 7e09eb9 commit 77426df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/flake-parts/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];

flake = {
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
systems = [
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];

flake =
Expand Down

0 comments on commit 77426df

Please sign in to comment.