My nixpkgs mirror for patching things.
Go to file
Arseniy Seroka 8c02d8e718 Merge pull request #16491 from mimadrid/update/ag-0.3.2
silver-searcher: 0.31.0 -> 0.32.0
2016-06-25 13:37:07 +03:00
.github
doc Merge pull request #16398 from tboettch/master 2016-06-23 11:30:07 +01:00
lib Replace ./../* with ../* in Nix expressions (#16414) 2016-06-22 10:39:50 +02:00
maintainers
nixos networkmanager: Dependency on avahi-autoipd has been dropped. 2016-06-23 23:12:41 +02:00
pkgs albert: 0.8.8 -> 0.8.10 2016-06-25 07:00:35 -03:00
.gitignore
.mention-bot
.travis.yml
.version
COPYING
default.nix Extract the top-level logic out of all-packages.nix into pkgs/top-level/default.nix 2016-03-20 16:28:18 +00:00
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-16.03 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: