Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Oct 24, 2024
1 parent 17a6228 commit f39f958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/agda-extra-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{
shellHookExports = ''
export AGDA_STDLIB_SRC="${repoRoot.nix.agda-with-stdlib}/src"
export PLUTUS_METHATHEORY_SRC="${repoRoot.plutus-metatheory}/src"
export PLUTUS_METHATHEORY_SRC="${../plutus-metatheory/src}"
'';

wrapProgramArgs = ''
--set AGDA_STDLIB_SRC "${repoRoot.nix.agda-with-stdlib}/src" \
--set PLUTUS_METHATHEORY_SRC "${repoRoot.plutus-metatheory}/src"
--set PLUTUS_METHATHEORY_SRC "${../plutus-metatheory/src}"
'';
}

0 comments on commit f39f958

Please sign in to comment.