mirror of
https://github.com/xinux-org/nix-darwin-website.git
synced 2026-02-16 00:19:46 +00:00
🌐 | Website for providing intro / manuals [maintainer=@orzklv]
https://nix-darwin.uz/
- HTML 82.1%
- Nix 14.9%
- SCSS 3%
|
|
||
|---|---|---|
| .github | ||
| content | ||
| sass | ||
| static | ||
| templates | ||
| themes | ||
| .envrc | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| flake.lock | ||
| flake.nix | ||
| license | ||
| readme.md | ||
Nix Darwin options search via web.
About
As the github organization indicates clearly, this is an unofficial website for the fork of nix-darwin maintainer's effort, the nix-darwin project.
Building & Development
Zola, a static site generator was used to build this website.
Development
Project contains flake.nix, so...
# Enter the devenv
nix develop -c $SHELL
# Start development server
zola serve --drafts
Building
Currently, you can build website just by calling nix build, however, it won't include all the manuals which I baked right into GitHub workflows with my spaghetti bash scripts. I'm planning to include manuals as well in website and port codes from workflows to nix build steps.
License
This project is licensed under the MIT License - see the LICENSE file for details.