docs: add nix setup instructions

This commit is contained in:
Alexander
2026-01-09 16:26:42 +03:00
parent bc8f611ebf
commit fdac640425
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -59,6 +59,16 @@ The app can be downloaded from the [releases page](https://github.com/zhom/donut
See [CONTRIBUTING.md](CONTRIBUTING.md).
### Nix Support
For a reproducible development environment (especially on Linux), you can use [Nix](https://nixos.org/):
```bash
nix develop
# or if you use direnv
direnv allow
```
## Issues
If you face any problems while using the application, please [open an issue](https://github.com/zhom/donutbrowser/issues).