summaryrefslogtreecommitdiffstats
path: root/doc/preface.chapter.md
blob: 204ccf1fb2dd4caaf98ffe97ee5cc2484eac38bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Overview {#preface}

Nixpkgs is a set of packages for the [Nix package manager](https://nixos.org/nix/), released under the [MIT license](https://github.com/NixOS/nixpkgs/blob/master/COPYING).

Further documentation:

- [nix.dev](https://nix.dev/): Tutorials and guides for getting things done with Nix
- [NixOS Search](https://search.nixos.org)
- [Contributing](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md): to Nixpkgs

Nix expressions describe how to build packages from source and are collected in
the [nixpkgs repository](https://github.com/NixOS/nixpkgs).

Packages are distributed through [channels](#how-channels-work).