This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing) This repo will be removed once the PR to the nixpkgs github goes through
Find a file
Eelco Dolstra 94937ba2aa * Support for declaring virtual hosts, like
httpd = {
      ...
      virtualHosts = [
        { hostName = "foo";
          documentRoot = "/data/webroot-foo";
          ...
        }
        { hostName = "bar";
          documentRoot = "/data/webroot-bar";
          ...
        }
      ];
    };

  Each virtual host can specify almost any option also permitted in
  the top-level httpd configuration.

svn path=/nixos/trunk/; revision=10682
2008-02-14 13:20:26 +00:00
boot * Installation CD: include a lot of modules (SATA, PATA, Firewire, 2008-02-08 15:59:15 +00:00
configuration * Disable modules missing on x86_64. 2008-02-08 23:51:43 +00:00
doc/manual * Manual updates. 2008-02-08 22:43:59 +00:00
etc Don't define ASPELL_EXTRA_DICT_DIRS', use ASPELL_CONF' instead. 2008-02-14 09:41:34 +00:00
helpers Remove remaining `abort ()'. 2008-02-14 11:44:54 +00:00
installer Modifications to nixos-checkout for multi-branch support. 2008-02-08 19:13:29 +00:00
system * Support for declaring virtual hosts, like 2008-02-14 13:20:26 +00:00
upstart-jobs * Support for declaring virtual hosts, like 2008-02-14 13:20:26 +00:00
default.nix * Installation CD: include a lot of modules (SATA, PATA, Firewire, 2008-02-08 15:59:15 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nix.cs.uu.nl/nixos and in the manual in doc/manual.