mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-30 09:33:41 +00:00
Nix Packages collection & NixOS
dc389c5d1e
Now you can access gitweb at http://yourserver/gitweb by simply adding this to configuration.nix (assuming services.lighttpd.enable = true); services.lighttpd.gitweb.enable = true; The path to all bare repositories served by gitweb can be set with this option (default value below): services.lighttpd.gitweb.projectroot = "/srv/git"; Based on patch contributed by Bjørn Forsman. |
||
---|---|---|
doc | ||
gui | ||
lib | ||
maintainers | ||
modules | ||
tests | ||
.gitignore | ||
.version | ||
COPYING | ||
default.nix | ||
README | ||
release-combined.nix | ||
release.nix |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nixos.org/nixos and in the manual in doc/manual.