We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c469a93 commit 0effd6cCopy full SHA for 0effd6c
nix/project.nix
@@ -64,9 +64,9 @@ let
64
plutus-metatheory.components.tests.test-NEAT.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
65
66
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
- '';
+ # plutus-executables.components.exes.uplc.postInstall = ''
+ # wrapProgram $out/bin/uplc ${repoRoot.nix.agda.wrap-program-args}
+ # '';
70
71
plutus-executables.components.tests.test-simple.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
72
plutus-executables.components.tests.test-detailed.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];
0 commit comments