diff --git a/nix/project.nix b/nix/project.nix index e8a1935e909..77f696b801a 100644 --- a/nix/project.nix +++ b/nix/project.nix @@ -64,9 +64,9 @@ let plutus-metatheory.components.tests.test-NEAT.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ]; plutus-executables.components.exes.uplc.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ]; - plutus-executables.components.exes.uplc.postInstall = '' - wrapProgram $out/bin/uplc ${repoRoot.nix.agda.wrap-program-args} - ''; + # plutus-executables.components.exes.uplc.postInstall = '' + # wrapProgram $out/bin/uplc ${repoRoot.nix.agda.wrap-program-args} + # ''; plutus-executables.components.tests.test-simple.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ]; plutus-executables.components.tests.test-detailed.build-tools = [ repoRoot.nix.agda.agda-with-stdlib ];