wiki/Resources.md

70 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2024-05-30 17:18:46 +00:00
---
title: Resources
description: resources for getting started or learning more
published: true
2024-06-07 21:00:44 +00:00
date: 2024-06-07T21:00:43.424Z
2024-05-30 17:18:46 +00:00
tags:
editor: markdown
dateCreated: 2024-05-30T17:18:44.151Z
---
# Tutorials
2024-06-07 21:00:44 +00:00
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.
2024-06-01 17:56:26 +00:00
2024-06-07 21:00:44 +00:00
## [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.
2024-05-30 17:18:46 +00:00
# Guides
2024-06-07 21:00:44 +00:00
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)
2024-06-01 17:56:26 +00:00
2024-06-07 21:00:44 +00:00
[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.
2024-05-30 17:18:46 +00:00
2024-06-01 17:57:44 +00:00
# Wikis
2024-06-07 21:00:44 +00:00
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/)
2024-06-01 17:57:44 +00:00
# Manuals / References
2024-06-07 21:00:44 +00:00
## [Nix](https://nix.dev/reference/nix-manual)
## [Nixpkgs](https://nixos.org/manual/nixpkgs/stable/)
## [NixOS](https://nixos.org/manual/nixos/stable/)
2024-06-01 17:57:44 +00:00
2024-05-30 17:18:46 +00:00
# Search engines
2024-06-07 21:00:44 +00:00
## [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.
2024-05-30 17:18:46 +00:00
# Other
2024-06-07 21:00:44 +00:00
## [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/).