Nix Packages collection & NixOS
Go to file
Nikolay Amiantov 1f2a18d916 protobuf: remove old versions
This leaves only protobuf3_1 which is the last version with libprotobuf2.

Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
.github Set ownership of CODEOWNERS 2017-09-07 12:19:54 +02:00
doc Python docs: add section on tests 2017-09-02 12:06:50 +02:00
lib python.pkgs.secretstorage: init at 2.3.1 2017-09-07 09:28:02 +02:00
maintainers/scripts maintainers/hydra-eval-failures: catch fetching maintainers 2017-08-28 20:56:10 +02:00
nixos tests: Fix copperhead call 2017-09-07 19:43:51 -04:00
pkgs protobuf: remove old versions 2017-09-09 05:54:43 +03:00
.editorconfig
.gitignore
.travis.yml travis: Add dummy environment variables as build labels 2017-08-14 23:33:10 +03:00
.version Impala makes packaging a life-long addiction 2017-08-30 23:13:56 +02:00
COPYING
default.nix
README.md Point to the new mailing list by replacing the old link 2017-07-18 13:44:10 +02:00

logo

Build Status Code Triagers Badge

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

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: