diff --git a/artiq/windows/README.md b/artiq/windows/README.md index 6cfd41b..279e967 100644 --- a/artiq/windows/README.md +++ b/artiq/windows/README.md @@ -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 ``` diff --git a/artiq/windows/default.nix b/artiq/windows/manual-test-run.nix similarity index 100% rename from artiq/windows/default.nix rename to artiq/windows/manual-test-run.nix