2
0
Fork 0

Fix check instructions in README

This commit is contained in:
Emery Hemingway 2020-01-25 12:39:54 +01:00
parent fffd53664b
commit 9e42e0893d
1 changed files with 4 additions and 4 deletions

View File

@ -87,10 +87,10 @@ trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDS
```sh
$ nix flake add genodepkgs git+https://git.sr.ht/~ehmry/genodepkgs
$ nix build genodepkgs#checks.x86_64-linux-x86_64-genode.checks.nova-pci
$ nix build genodepkgs#checks.x86_64-linux-x86_64-genode.nova-pci
# View the log if the result is already cached:
$ nix log genodepkgs#checks.x86_64-linux-x86_64-genode.checks.nova-pci
$ nix log genodepkgs#checks.x86_64-linux-x86_64-genode.nova-pci
```
### As a hacker
@ -98,10 +98,10 @@ $ nix log genodepkgs#checks.x86_64-linux-x86_64-genode.checks.nova-pci
```sh
$ git clone https://git.sr.ht/~ehmry/genodepkgs
$ cd genodepkgs
$ nix build .#checks.x86_64-linux-x86_64-genode.checks.nova-pci
$ nix build .#checks.x86_64-linux-x86_64-genode.nova-pci
# View the log if the result is already cached:
$ nix log .#checks.x86_64-linux-x86_64-genode.checks.nova-pci
$ nix log .#checks.x86_64-linux-x86_64-genode.nova-pci
```
# Toolchain