My nixpkgs mirror for patching things.
Go to file
Ricardo M. Correia d8b21c2224 nixos: Fix sysctl option merging
Using pkgs.lib.mkOverride in a sysctl option would throw a bogus error.

Also, if you defined a sysctl multiple times in the same configuration,
only one of the values would be picked up, while the others were silently
discarded.

This patch should fix both issues. If you define a sysctl multiple
times at your highest defined priority level, you will get a proper
error with detailed location information.
2014-04-15 21:52:04 +02:00
doc doc: quick-start.xml -- fix a typo in the link. 2014-04-14 11:42:01 +05:30
lib maintainers: ertes: New temporary email address. 2014-04-11 21:17:22 +02:00
maintainers/scripts nixpkgs-lint: Tweak 2014-03-31 19:49:01 +02:00
nixos nixos: Fix sysctl option merging 2014-04-15 21:52:04 +02:00
pkgs Merge pull request #2253 from jwiegley/watch 2014-04-15 16:12:27 +02:00
.gitignore Merge .gitignore files 2013-10-10 13:28:22 +02:00
.version Bump the overly optimistic version number 2014-02-28 16:56:32 +01:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00
README.md Fixed link to the installation instructions 2014-02-27 14:57:28 +01:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.