Skip to content

Commit 4947d15

Browse files
nixosTests.agda.base: fix build
the binary adga-mode has been deprecated one is supposed to use the main binary with --emacs-mode instead
1 parent ffcdcf9 commit 4947d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nixos/tests/agda/base.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ in
2626
testScript = ''
2727
# agda and agda-mode are in path
2828
machine.succeed("agda --version")
29-
machine.succeed("agda-mode")
3029
3130
# Minimal script that typechecks
3231
machine.succeed("touch TestEmpty.agda")

0 commit comments

Comments
 (0)