nixpkgs/modules/system
Eelco Dolstra dff372db3c * Fix evaluation of the luksroot module when luksRoot == null. The
problem is that configuration values below a mkIf are evaluated
  strictly even if the condition is false.  Thus "${luksRoot}" causes
  an evaluation error.  As a workaround, use the empty string instead
  of `null' as the default value.  However, we should really fix the
  laziness of mkIf.  It's likely that NixOS evaluation would be much
  faster if it didn't have to evaluate disabled configuration values.

svn path=/nixos/trunk/; revision=24477
2010-10-25 22:21:51 +00:00
..
activation * Added a "xendomains" job to automatically start the domains defined 2010-10-06 16:07:16 +00:00
boot * Fix evaluation of the luksroot module when luksRoot == null. The 2010-10-25 22:21:51 +00:00
etc * In the activation script, don't require the path to the "system" 2010-09-13 18:19:15 +00:00
upstart * Add a job attribute (path) to allow adding packages to the job's 2010-09-14 11:22:17 +00:00
upstart-events * Set /proc/sys/kernel/poweroff_cmd to Upstart's poweroff command 2010-10-05 17:58:58 +00:00