Files
nix/scripts
Eelco Dolstra 766f708418 * Experimental feature: allow a derivation to tell the build hook that
it requires a certain feature on the build machine, e.g.

    requiredSystemFeatures = [ "kvm" ];

  We need this in Hydra to make sure that builds that require KVM
  support are forwarded to machines that have KVM support.  Probably
  this should also be enforced for local builds.
2010-08-27 13:18:13 +00:00
..
2010-08-11 15:28:02 +00:00
2008-11-20 15:44:59 +00:00
2008-11-20 17:22:42 +00:00
2009-04-16 09:27:33 +00:00