1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
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
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
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
STABLE
VERSION

*** 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.