diff options
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md index e456242..85cb4d4 100644 --- a/HACKING.md +++ b/HACKING.md @@ -14,5 +14,5 @@ cd rundir ``` Then, build and run the tests. ``` -$(guix build -L ../.guix -e '(@ (cwl-conformance) e2e-tests)') +$(guix build -L ../.guix -f ../.guix/e2e-tests.scm) ``` |