Nix Packages collection & NixOS
Go to file
Will Dietz 5ad30374e9 radare2: 2.0.1 -> 2.1.0
* drop patch, now included
* drop r2-docker/r2-indent fixups, no longer installed
  (see a09d6dae92)
2017-12-05 09:20:31 -06:00
.github
doc Merge pull request #32174 from lheckemann/weechat-all-default 2017-11-29 23:02:32 +00:00
lib nixpkgs.lib: Add types.strMatching 2017-12-02 13:28:00 -05:00
maintainers/scripts
nixos nixos/gollum: Add optional MathJax support (#32338) 2017-12-05 12:20:31 +00:00
pkgs radare2: 2.0.1 -> 2.1.0 2017-12-05 09:20:31 -06:00
.editorconfig
.gitignore
.version
COPYING
default.nix
README.md

logo

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

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: