Silly nixpkgs mirror, totally harmless :3
Find a file
Franz Pletz 41b43b201e
oniguruma: 5.9.5 -> 6.6.1 for multiple CVEs
Fixes CVE-2017-9224, CVE-2017-9225, CVE-2017-9226, CVE-2017-9227,
 CVE-2017-9228, CVE-2017-9229.
2017-09-28 14:52:36 +02:00
.github CODEOWNERS: jetbrains 2017-09-19 10:26:29 +02:00
doc manuals: fixup steam note, as the change is in 17.09 2017-09-27 20:33:24 +02:00
lib Merge pull request #29761 from Infinisil/xwinwrap 2017-09-28 01:18:02 +02:00
maintainers/scripts gnome3: only maintain single GNOME 3 package set (#29397) 2017-09-24 12:15:50 +01:00
nixos release.nix: add mesos test back 2017-09-28 14:25:17 +02:00
pkgs oniguruma: 5.9.5 -> 6.6.1 for multiple CVEs 2017-09-28 14:52:36 +02:00
.editorconfig
.gitignore
.travis.yml
.version Impala makes packaging a life-long addiction 2017-08-30 23:13:56 +02:00
COPYING
default.nix
README.md

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: