Find a file
Eelco Dolstra f6fd10cbd8 * Support for system-wide distributed / multi-platform builds.
Just set nix.distributedBuilds to true and nix.buildMachines 
  to a list of machines that can perform Nix builds via SSH,
  and local builds will be forwarded appropriately.  So now
  any user can say something like

    nix-build /etc/nixos/nixpkgs/ --arg system '"powerpc-linux"' -A libxml2

  and the build for powerpc-linux will be forwarded to a machine 
  of that type.

svn path=/nixos/trunk/; revision=9696
2007-11-15 17:16:16 +00:00
boot * Make fsck shut up about missing fstab. Contributed 2007-11-01 15:58:01 +00:00
configuration * Eliminate all calls to config.get. 2007-11-09 18:49:45 +00:00
doc/manual Fixed docbook build for NixOS 2007-11-11 10:46:26 +00:00
etc * Support for system-wide distributed / multi-platform builds. 2007-11-15 17:16:16 +00:00
helpers * Eliminate all calls to config.get. 2007-11-09 18:49:45 +00:00
installer Added xfs; fixed nixos-checkout 2007-11-05 08:54:30 +00:00
system * Support for system-wide distributed / multi-platform builds. 2007-11-15 17:16:16 +00:00
upstart-jobs * Support for system-wide distributed / multi-platform builds. 2007-11-15 17:16:16 +00:00
default.nix * Eliminate all calls to config.get. 2007-11-09 18:49:45 +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.