nixosTests.agda.base: fix build

the binary adga-mode has been deprecated
one is supposed to use the main binary with --emacs-mode instead
This commit is contained in:
quantenzitrone
2025-11-08 15:25:24 +01:00
parent ffcdcf99d6
commit 4947d15dff

View File

@@ -26,7 +26,6 @@ in
testScript = '' testScript = ''
# agda and agda-mode are in path # agda and agda-mode are in path
machine.succeed("agda --version") machine.succeed("agda --version")
machine.succeed("agda-mode")
# Minimal script that typechecks # Minimal script that typechecks
machine.succeed("touch TestEmpty.agda") machine.succeed("touch TestEmpty.agda")