1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 22:49:47 -04:00
Nix Packages collection & NixOS
Find a file
2018-10-11 23:20:29 +00:00
.github CONTRIBUTING.md: Clarify clarification on periods 2018-10-10 21:06:12 +00:00
doc
lib lib: fix wording of the overrideScope warning 2018-10-11 17:23:47 +02:00
maintainers yojimbo: init at 1.1 (#48214) 2018-10-11 22:13:07 +00:00
nixos Merge pull request #48229 from lopsided98/luks-ssh-fix 2018-10-11 21:56:41 +00:00
pkgs yubikey-manager: 0.7.0 -> 1.0.0 2018-10-11 23:20:29 +00:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING
default.nix Fix local path to release notes in error message 2018-10-08 05:43:15 -05:00
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.09 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: