Skip to content

Commit

Permalink
fixup! nix: Rearrange top-level attrsets
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Apr 29, 2021
1 parent ab68e87 commit d0c01f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ let
collectTests jobs.native.checks ++
collectTests jobs.native.benchmarks ++
optionals buildLinux [
jobs.native.shell.x86_64-linux
jobs.native.private.shell.x86_64-linux
# executables for linux
jobs.native.cardano-wallet.x86_64-linux
] ++
optionals buildMacOS [
jobs.native.shell.x86_64-darwin
jobs.native.private.shell.x86_64-darwin
# executables for macOS
jobs.native.cardano-wallet.x86_64-darwin

Expand Down

0 comments on commit d0c01f5

Please sign in to comment.