`cabal v2-test garg-test-tasty --test-show-details=streaming --test-option=--pattern='/job status update and tracking/`
...
...
@@ -231,15 +241,16 @@ Playground is located at http://localhost:8008/gql
#### List details about a type in GraphQL
```
### Upgrading with Nix <a name="nix-upgrade"></a>
Nix builds from multiple sources. `nix/sources.json` serves as a Sitemap for SBT plugins, Scala/Java libraries, etc., and is loaded by `nix/sources.nix`.
To upgrade dependencies or tools in `nix/sources.json`, run:
type {
`nix-shell --run "niv update"`
```shell
nix-shell --run "niv update"
```
To add a new dependency:
`niv add repo/name`
}
```shell
niv add repo/name
```
Niv maintains `nix/sources.json`, and it can be edited manually.
If issues occur, clean the cache with:
`nix-shell --run "nix-collect-garbage"`
...
...
@@ -248,13 +259,12 @@ If issues occur, clean the cache with: