nixosTests.agda.base: fix build (#459767)

This commit is contained in:
Naïm Camille Favier 2025-11-08 19:17:38 +00:00 committed by GitHub
commit 16ac6b8d7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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