This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing) This repo will be removed once the PR to the nixpkgs github goes through
Find a file
Frederik Rietdijk ab27720bf6 Merge pull request #25298 from lsix/update_libidn2
libidn2: 2.0.1 -> 2.0.2
2017-04-30 14:54:27 +02:00
.github
doc nixpkgs manual: Remove obsolete warning (#21117) 2017-04-23 22:40:35 +02:00
lib makeScope: prevent name collision with makeOverridable 2017-04-28 05:54:30 -05:00
maintainers/scripts Fix tarball evaluation 2017-04-11 13:45:29 +03:00
nixos Merge pull request #25285 from ttuegel/qt--fix-plugin-paths 2017-04-30 07:33:50 -05:00
pkgs Merge pull request #25298 from lsix/update_libidn2 2017-04-30 14:54:27 +02:00
.editorconfig
.gitignore
.mention-bot
.travis.yml Fix a missed sudo: true line 2017-03-24 16:38:42 +00:00
.version
COPYING
default.nix
README.md docs: 16.09 -> 17.03 2017-03-30 17:36:44 +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: