File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 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- ```
You can’t perform that action at this time.
0 commit comments