mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
nixosTests.agda.base: fix build (#459767)
This commit is contained in:
commit
16ac6b8d7a
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue