mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
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:
parent
ffcdcf99d6
commit
4947d15dff
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue