Skip to content

Commit 0c0bf5b

Browse files
authored
docs: remove nix-shell section from contributing.md (#1453)
1 parent 6367886 commit 0c0bf5b

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,3 @@
2020
- Take part in troubleshooting and testing
2121
- Star the repo
2222
- Follow the maintainers
23-
24-
## Development with nix
25-
26-
When you develop with nix you can use the [dev shell](https://github.com/pystardust/ani-cli#nix-shell).
27-
28-
To run the dev shell you can run the following command in the repository root:
29-
```shell
30-
nix-shell
31-
```
32-
33-
The dev shell includes the following packages:
34-
- runtime dependencies of ani-cli
35-
- shfmt
36-
- shellcheck
37-
38-
Its also possible to use alternative packages for the video player or add features with this command:
39-
```shell
40-
nix-shell --arg <feature> true
41-
```
42-
These are the packages available in the dev shell:
43-
- `withVlc`
44-
- `withIina`
45-
- `chromecastSupport`
46-
- `syncSupport`
47-
48-
Just chain these commands together when you wanna multiple features for example:
49-
```shell
50-
nix-shell --arg withVlc true --arg chromecastSupport true
51-
```

0 commit comments

Comments
 (0)