refactor(nix): devShell inited in shell.nix and information about added in README.md

This commit is contained in:
s0me1newithhand7s
2025-10-19 23:03:47 +03:00
parent 2362dca8b6
commit bfa1d5770d
3 changed files with 43 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ We welcome contributions of any size - bug fixes, new features, documentation im
- **Want to code?** Check out our [development guidelines](https://docs.noctalia.dev/development/guideline)
- **Need help?** Join our [Discord](https://discord.noctalia.dev)
### ✨ Nix DevShell (new)
Nix users can use the flake's devShell to access a development environment. Run nix develop the repo root to enter the dev shell. In includes packages, utilities and environment variables needed to develop Noctalia.
---
## 💜 Credits