My nixpkgs mirror for patching things.
Go to file
Bjørn Forsman 6949e24366 nixos: add fail2ban to module-list.nix
Now that the fail2ban service has the ".enable" option, I think it's
time to add it to the module list, so that we can enable it in
configuration.nix like this:

  services.fail2ban.enable = true;
2014-08-24 13:50:57 +02:00
doc Nixpkgs manual: Add a Nix expression to build 2014-08-24 11:03:55 +02:00
lib Add SDL2_net v2.0.0 2014-08-24 10:21:47 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos nixos: add fail2ban to module-list.nix 2014-08-24 13:50:57 +02:00
pkgs New Haskell package: network-fancy 2014-08-24 11:33:19 +01:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.version Update version 2014-04-23 08:02:18 -04: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 installation instructions in README 2014-05-26 22:19:22 +02:00

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