1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-26 09:26:14 +03:00

Fixes command in README

The `-I` was accidentally left over.

I prefer assuming `<nixpkgs>` resolves to what is needed (a recent
nixos-unstable checkout) rather than forcing the users to checkout
nixpkgs into this project as I personally do.

Close #22
Close #25
This commit is contained in:
Samuel Dionne-Riel 2019-10-02 00:32:43 -04:00
parent 190619e4e6
commit c40ddf15ac

View File

@ -24,7 +24,7 @@ The qemu target has a `vm` build output, which results in a script that will
automatically start the "virtual device".
```
nix-build -I --argstr device qemu-x86_64 -A build.vm
nix-build --argstr device qemu-x86_64 -A build.vm
./result
```