Nix Packages collection
Go to file
2017-03-17 17:04:56 +01:00
.github PR template: go back to old option name for now 2016-06-29 21:44:05 +02:00
doc Docs: improve Python expressions 2016-11-08 12:45:23 +01:00
lib Merge #18861: add AMDGPU-PRO driver 2016-10-11 20:01:52 +02:00
maintainers fetch-kde-qt.sh: modularize script allowing multiple versions 2016-08-25 10:07:03 -05:00
nixos spacenavd: init at 0.6 2017-03-17 13:22:33 +01:00
pkgs Updated solvespace 2017-03-17 17:04:56 +01:00
.gitignore
.mention-bot
.travis.yml Revert "travis: only fetch top commit" 2016-09-07 17:15:56 +02:00
.version
COPYING
default.nix Separate fix-point from config importing hacks and other impurities 2016-07-14 14:33:23 -07:00
README.md README: Update to 16.09 2016-09-02 08:54:40 -04:00

logo

Build Status Code Triagers Badge Issue Stats Issue Stats

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-16.09 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-16.09

For pull-requests, please rebase onto nixpkgs master.

NixOS linux distribution source code is located inside nixos/ folder.

Communication: