wiki/Resources.md

70 lines
2.9 KiB
Markdown

---
title: Resources
description: resources for getting started or learning more
published: true
date: 2024-06-07T21:00:43.424Z
tags:
editor: markdown
dateCreated: 2024-05-30T17:18:44.151Z
---
# Tutorials
Tutorials help you get started with Nix. They'll take you through the basics of what Nix is and how to use it, allowing you to learn Nix with little or no prior knowledge.
## [Ryan Yin's NixOS & Flakes Book](https://nixos-and-flakes.thiscute.world)
[Ryan Yin](https://github.com/ryan4yin)'s nix book is a great beginner guide to using Nix with flakes. It takes you from first principles through flakes. This is a missing area in the Nix documentation, as flakes are still experimental. Despite their experimental status, flakes are used in a lot of real-world projects and can make some tasks much easier, so it is still a good idea to learn about them.
## [nix.dev - Tutorials](https://nix.dev/tutorials/#tutorials)
[nix.dev](https://nix.dev) is an official resource, owned and maintained by the [NixOS documentation team](https://nixos.org/community/teams/documentation/). It has a section with tutorials which can get you up to speed on the language, packaging software, and NixOS modules.
## [Nix Pills](https://nixos.org/guides/nix-pills/)
The [Nix Pills](https://nixos.org/guides/nix-pills/) are a series of blog posts by [Luca Bruno](https://www.linkedin.com/in/lethalman/). They largely cover the usage of the Nix language and package manager, without frills such as NixOS.
# Guides
Guides help you get specific things done or teach you how to improve at using Nix. They'll assume some prior knowledge but may also need you to know specifically what you want to do.
## [nix.dev - Guides](https://nix.dev/guides/#guides)
[nix.dev](https://nix.dev) is an official resource, owned and maintained by the [NixOS documentation team](https://nixos.org/community/teams/documentation/). It has a section with guides, including information about best practices.
# Wikis
Other wikis, just like this one! Anyone can edit to share their knowledge.
## [Official NixOS Wiki](https://wiki.nixos.org/wiki/NixOS_Wiki)
Despite the name, this wiki covers topics related to Nix, NixOS and Nixpkgs.
## [Lix Wiki](https://wiki.lix.systems/)
# Manuals / References
## [Nix](https://nix.dev/reference/nix-manual)
## [Nixpkgs](https://nixos.org/manual/nixpkgs/stable/)
## [NixOS](https://nixos.org/manual/nixos/stable/)
# Search engines
## [Noogle](https://noogle.dev/)
Searches Nix and Nixpkgs builtins and lib.
## [NixOS Search](https://search.nixos.org/packages)
Searches NixOS packages and options.
## [Home Manager Options Search](https://home-manager-options.extranix.com/)
Searches home manager options.
# Other
## [Nix Resources recommended by Lix](https://lix.systems/resources/)
## [nix.dev](https://nix.dev)
[nix.dev](https://nix.dev) is an official resource, owned and maintained by the [NixOS documentation team](https://nixos.org/community/teams/documentation/).