Skip to content

Commit 20b6e0d

Browse files
authored
Add more exes to nix outputs and hide musl exes on darwin (#7303)
1 parent 22d1c7a commit 20b6e0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

nix/outputs.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ let
4040
plutus-ir-test = project.flake'.packages."plutus-core:test:plutus-ir-test";
4141
cardano-constitution-test = project.flake'.packages."cardano-constitution:test:cardano-constitution-test"; # editorconfig-checker-disable-line
4242
cost-model-budgeting-bench = project.flake'.packages."plutus-core:exe:cost-model-budgeting-bench"; # editorconfig-checker-disable-line
43+
uplc = project.flake'.packages."plutus-executables:exe:uplc";
44+
plc = project.flake'.packages."plutus-executables:exe:plc";
45+
pir = project.flake'.packages."plutus-executables:exe:pir";
46+
plutus = project.flake'.packages."plutus-core:exe:plutus";
4347
};
4448

4549
static-haskell-packages = {
@@ -82,8 +86,8 @@ let
8286
};
8387

8488
packages =
89+
lib.optionalAttrs pkgs.stdenv.isLinux static-haskell-packages //
8590
exposed-haskell-packages //
86-
static-haskell-packages //
8791
extra-artifacts;
8892

8993
non-profiled-shells = rec {
@@ -151,3 +155,5 @@ in
151155
inherit checks;
152156
inherit hydraJobs;
153157
}
158+
159+

0 commit comments

Comments
 (0)