Skip to content

Commit 704692a

Browse files
authored
Add meta.mainProgram to frankenAgdaBin (#7395)
1 parent 12aa5df commit 704692a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/agda-tools.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ let
5353
name = "agda";
5454
version = Agda.identifier.version;
5555
paths = [ Agda.components.exes.agda Agda.components.exes.agda-mode ];
56+
meta.mainProgram = "agda";
5657
};
5758

5859
frankenAgda = frankenAgdaBin // {
@@ -152,5 +153,6 @@ in
152153
agda-packages
153154
agda-stdlib
154155
agda-with-stdlib
156+
agda-project
155157
NIX_AGDA_STDLIB;
156158
}

0 commit comments

Comments
 (0)