File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 = {
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 {
151155 inherit checks ;
152156 inherit hydraJobs ;
153157}
158+
159+
You can’t perform that action at this time.
0 commit comments