No description
Find a file
Will Dietz 0920652c5c llvm7: update hashes, they did change after all.
Pretty sure they did last time too :).
2018-09-23 13:30:17 -05:00
.github
doc doc: Don't mention top-level {build, host, target}Platform 2018-09-23 13:25:44 -04:00
lib Merge pull request #46336 from Infinisil/overrideExisting 2018-09-18 11:37:30 +01:00
maintainers Introduce desync, an alternate implementation of casync (#47195) 2018-09-23 01:22:07 +02:00
nixos Merge pull request #45161 from Gerschtli/update/ts3 2018-09-23 20:24:48 +02:00
pkgs llvm7: update hashes, they did change after all. 2018-09-23 13:30:17 -05:00
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.version 18.09 -> 19.03 2018-09-02 16:45:00 -04: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 https://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-18.03 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: