Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Michael Weiss 2b7a6e31fd README: Use HTTPS for all hyperlinks 8 лет назад
.github Merge pull request #31534 from yegortimoshenko/patch-7 8 лет назад
doc documentation: python 2.6 is no more 8 лет назад
lib new license: Open Software License 3.0 8 лет назад
maintainers/scripts travis: disable for pull requests 8 лет назад
nixos hydra: 2017-10-26 -> 2017-11-21 8 лет назад
pkgs Merge pull request #31938 from Ma27/init/docker-ls 8 лет назад
.editorconfig Do not trim trailing whitespace in patch files 9 лет назад
.gitignore kde5: consolidate packages into desktops/kde-5 10 лет назад
.version Impala makes packaging a life-long addiction 9 лет назад
COPYING COPYING: there are no more bootstrap binaries in Nixpkgs tree 8 лет назад
README.md README: Use HTTPS for all hyperlinks 8 лет назад
default.nix default.nix: Provide correct instructions how to upgrade Nix 9 лет назад

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: