Phreedom / nixpkgs

Nix Packages collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication:

About

Nix Packages collection

License:Other


Languages

Language:Nix 98.1%Language:Shell 1.1%Language:Perl 0.2%Language:C 0.2%Language:Ruby 0.1%Language:Python 0.1%Language:XSLT 0.0%Language:Makefile 0.0%Language:Vim Script 0.0%Language:CSS 0.0%Language:Emacs Lisp 0.0%Language:R 0.0%Language:CMake 0.0%Language:C# 0.0%Language:JavaScript 0.0%Language:Groff 0.0%Language:Java 0.0%Language:Go 0.0%Language:C++ 0.0%Language:Scheme 0.0%