windows/default.nix -> manual-test-run.nix

pull/16/head
Sebastien Bourdeauducq 2019-04-24 11:23:33 +08:00
parent 960479de88
commit 89c8d2c277
2 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ Move the image `c.img` to one of Nix' `extra-sandbox-paths` (`nix.sandboxPaths`
# Running the tests manually
```shell
nix-build --pure --arg diskImage "\"…/c.img\"" -I artiqSrc=…/artiq
nix-build --pure --arg diskImage "\"…/c.img\"" -I artiqSrc=…/artiq manual-test-run.nix
```