Go to file
Alexandre Esteves d273691f6d trivial-builders.nix: support directories in requireFile
Allow recursive hash for requireFile so it can support directories (#40568)
2018-05-16 01:41:13 -05:00
.github
doc docs: fix broken link to staging policy 2018-05-13 23:23:44 -07:00
lib Merge pull request #34805 from rycee/fix/dorename 2018-05-14 18:08:26 -05:00
maintainers rounded-mgenplus: add mnacamura as maintainer 2018-05-13 07:23:18 +09:00
nixos Merge pull request #40223 from jD91mZM2/shouldnt-we-just-use-the-pam-environment-file-instead 2018-05-16 00:52:31 -05:00
pkgs trivial-builders.nix: support directories in requireFile 2018-05-16 01:41:13 -05:00
.editorconfig Revert ".version: remove final newline" 2018-04-28 14:23:13 +02:00
.gitattributes
.gitignore
.version Revert ".version: remove final newline" 2018-04-28 14:23:13 +02: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-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: