Silly nixpkgs mirror, totally harmless :3
Find a file
2015-07-12 04:42:13 +02:00
doc doc: document dontMoveSbin variable 2015-07-09 12:43:34 +02:00
lib subsonic: add telotortium as maintainer 2015-07-08 09:21:27 -07:00
maintainers
nixos tests/boot: Remove unused store contents 2015-07-08 16:23:42 -07:00
pkgs postfix: 2.11.4 -> 2.11.5 2015-07-12 04:42:13 +02:00
.gitignore
.travis.yml
.version
CONTRIBUTING.md CONTRIBUTING.md: Some minor clean-ups 2015-07-10 21:54:51 +01:00
COPYING
default.nix
README.md

logo

Build Status 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-14.12 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: