Nix Packages collection & NixOS
Go to file
Robert Scott 504e1284de pythonPackages.pyramid_chameleon: fix build by patching tests
looking into this part of the test suite it appears it started as a
modified copy of part of the main pyramid test suite. presumably this
line simply never got converted - change it to match the similar
imports.
2019-04-19 10:55:12 +01:00
.github CODEOWNERS: add myself to files related to the hardened profile 2019-04-18 16:49:53 +02:00
doc Merge pull request #58504 from symphorien/static-proot 2019-04-13 12:04:32 -04:00
lib Merge master into staging-next 2019-04-18 08:25:25 +02:00
maintainers Merge pull request #52021 from marius851000/fltrator 2019-04-12 01:01:34 +02:00
nixos Merge pull request #59389 from aanderse/issue/53853-1 2019-04-18 20:46:28 -04:00
pkgs pythonPackages.pyramid_chameleon: fix build by patching tests 2019-04-19 10:55:12 +01:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING COPYING: include 2019 2019-03-18 19:55:33 -07:00
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.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:

Note: MIT license does not apply to the packages built by Nixpkgs, merely to the package descriptions (Nix expressions, build scripts, and so on). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.