Skip to content

Commit 0effd6c

Browse files
authored
Comment out uplc wrapper (#6711)
1 parent c469a93 commit 0effd6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/project.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ let
6464
plutus-metatheory.components.tests.test-NEAT.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
6565

6666
plutus-executables.components.exes.uplc.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
67-
plutus-executables.components.exes.uplc.postInstall = ''
68-
wrapProgram $out/bin/uplc ${repoRoot.nix.agda.wrap-program-args}
69-
'';
67+
# plutus-executables.components.exes.uplc.postInstall = ''
68+
# wrapProgram $out/bin/uplc ${repoRoot.nix.agda.wrap-program-args}
69+
# '';
7070

7171
plutus-executables.components.tests.test-simple.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
7272
plutus-executables.components.tests.test-detailed.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];

0 commit comments

Comments
 (0)