Go to file
Eelco Dolstra c341a03404 * A little script to test changes to individual Upstart jobs,
i.e., only the specified jobs are rebuilt and restarted.
  Example:

  $ test/test-upstart-job.sh udev

  will rebuild and restart just the udev service.  This is useful
  e.g. when making changes to the udev package, which would
  normally entail rebuilding lots of other services as well 
  (e.g. the X service might depend on KDE, which depends on HAL,
  which depends on udev...).

  It's implemented by making a copy of the current /etc/event.d 
  in /tmp/event.d, then replacing only those jobs indicated on the
  command line, symlinking /etc/event.d to /tmp/event.d, and 
  restarting init.

svn path=/nixos/trunk/; revision=12217
2008-06-29 22:18:39 +00:00
boot Changes to support swsusp and custom kernels. 2008-03-24 19:37:32 +00:00
configuration * Doh! Include the pkgs subdirectory of nixpkgs on the CD. 2008-06-27 12:28:43 +00:00
doc/manual * Make the location of Nixpkgs a function argument (defaulting 2008-06-05 15:33:17 +00:00
etc * Make kdesktop_lock work by providing a PAM configuration for KDE 2008-06-20 13:32:39 +00:00
helpers * Make the location of Nixpkgs a function argument (defaulting 2008-06-05 15:33:17 +00:00
installer * Doh! 2008-06-09 11:14:28 +00:00
system * mysql: merged the mysql expression in the services tree. 2008-06-25 21:58:51 +00:00
test * A little script to test changes to individual Upstart jobs, 2008-06-29 22:18:39 +00:00
upstart-jobs Added radeonhd support to xserver job 2008-06-28 07:46:50 +00:00
default.nix Added nixos-gen-seccure-keys to nixosTools 2008-03-03 23:32:17 +00:00
README * URL updates. 2008-05-09 15:08:43 +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://nixos.org/nixos and in the manual in doc/manual.