3
0
Fork 0
forked from mirrors/nixpkgs
Nix Packages collection
Find a file
Jörg Thalheim 6ff341dee5
Merge pull request from coreyoconnor/wine-correct-install-order
wine: correct install order for WoW wine build.
2018-03-18 12:46:21 +00:00
.github CODEOWNERS: Make @orivej a {cc,bintools}-wrapper codeowner 2018-01-19 16:18:27 -05:00
doc Emscripten 1.37.16 to 1.37.36 () 2018-03-18 13:34:46 +01:00
lib Merge pull request from obsidiansystems/no-allBut 2018-03-14 18:57:28 -04:00
maintainers Merge pull request from tazjin/chore/bump-kontemplate-v1.4.0 2018-03-18 08:33:59 +00:00
nixos Merge pull request from giraffito/patch-2 2018-03-18 12:27:43 +00:00
pkgs Merge pull request from coreyoconnor/wine-correct-install-order 2018-03-18 12:46:21 +00:00
.editorconfig
.gitignore
.version 18.03 -> 18.09 2018-03-05 19:47:39 +01:00
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: