Skip to content

Commit

Permalink
update multiplatform nix
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Feb 2, 2024
1 parent bb38172 commit 3ec5817
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/all-platforms.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ listToAttrs (map (platform: {
name = platform;
value = import ./default.nix { inherit platform; };
}) [
"x86_64-Darwin"
# "x86_64-Darwin" # TODO: https://github.com/timbertson/runix/issues/9
"x86_64-Linux"
"arm64-Darwin"
])
File renamed without changes.
2 changes: 1 addition & 1 deletion nix/lock/current.nix

0 comments on commit 3ec5817

Please sign in to comment.