Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Nov 4, 2024
1 parent 67848ae commit 7992922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/agda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ rec {
# - manually compile the executable (fortunately it has no extra dependencies!)
# and do the compilation at the end of the library derivation.
agda-project-module-patch = {
packages.Agda.doHaddock = false;
packages.Agda.package.buildType = lib.mkForce "Simple";
packages.Agda.components.library.enableSeparateDataOutput = lib.mkForce true;
packages.Agda.components.library.postInstall = ''
Expand Down

0 comments on commit 7992922

Please sign in to comment.