23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
# Useful Links
|
|
|
|
A collection of links regarding Nix/NixOS.
|
|
|
|
## Documentation
|
|
|
|
- [Nix Pills](https://nixos.org/guides/nix-pills/): An introduction to Nix, ported to the current format.
|
|
- [NixOS & Flakes Book](https://nixos-and-flakes.thiscute.world/): An unofficial book for beginners.
|
|
- [Noogle](https://noogle.dev/): Search Nix functions.
|
|
- [nix-lib](https://teu5us.github.io/nix-lib.html): Nix (builtins) & Nixpkgs (lib) functions.
|
|
- [nix.dev](https://nix.dev/): Official documentation for the Nix ecosystem.
|
|
|
|
## Tools
|
|
|
|
- [NüschtOS search](https://github.com/NuschtOS/search): Simple and fast static-page NixOS option search.
|
|
- [compose2nix](https://github.com/aksiksi/compose2nix): Generate a NixOS config from a Docker Compose project.
|
|
- [manix](https://github.com/mlvzk/manix): A fast CLI documentation searcher for Nix.
|
|
- [nix-tree](https://github.com/utdemir/nix-tree): Interactively browse dependency graphs of Nix derivations.
|
|
- [tex2nix](https://github.com/rgri/tex2nix): Generate texlive nix expressions for documents.
|
|
|
|
## NixOS configurations
|
|
|
|
- [srvos](https://github.com/nix-community/srvos): NixOS profiles for servers.
|