Skip to content

Commit

Permalink
flake: corrent condition for foundry on aarch64 darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
d-xo committed Aug 4, 2023
1 parent da849d5 commit aa2efe1
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 @@ -33,7 +33,7 @@
z3
cvc5
git
] ++ lib.optional (!pkgs.stdenv.isDarwin && !pkgs.stdenv.isAarch64) [
] ++ lib.optional (!(pkgs.stdenv.isDarwin && pkgs.stdenv.isAarch64)) [
foundry.defaultPackage.${system}
];

Expand Down

0 comments on commit aa2efe1

Please sign in to comment.