Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Dec 14, 2023
1 parent af71fef commit df70e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ nix build --json .#all-packages | jq -r '.[].outputs | to_entries[].value' | ca

* Run package passthru tests
```
nix-build -A packages.x86_64-linux.<PACKAGE>.passthru.tests
nix build -L .#<PACKAGE>.tests.<TEST-NAME>
```

_To re-build already built package or to re-run already succeeded tests use
`--check` switch._
`--rebuild` switch._

### Debugging packages

Expand Down

0 comments on commit df70e00

Please sign in to comment.