9427 Forks
11711 Stars
11711 Watchers

nixpkgs

Nix Packages collection

How to download and setup nixpkgs

Open terminal and run command
git clone https://github.com/NixOS/nixpkgs.git
git clone is used to create a copy or clone of nixpkgs repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with nixpkgs https://github.com/NixOS/nixpkgs/archive/master.zip

Or simply clone nixpkgs with SSH
[email protected]:NixOS/nixpkgs.git

If you have some problems with nixpkgs

You may open issue on nixpkgs support forum (system) here: https://github.com/NixOS/nixpkgs/issues