forked from M-Labs/nix-scripts
windows/default.nix -> manual-test-run.nix
This commit is contained in:
parent
960479de88
commit
89c8d2c277
|
@ -21,5 +21,5 @@ Move the image `c.img` to one of Nix' `extra-sandbox-paths` (`nix.sandboxPaths`
|
||||||
# Running the tests manually
|
# Running the tests manually
|
||||||
|
|
||||||
```shell
|
```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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue