[Nix-dev] [Nix-commits] SVN commit: nix - r30343 - in nixos/trunk/modules: system/boot tasks

shea at shealevy.com shea at shealevy.com
Tue Nov 8 21:36:41 CET 2011


Hi Eelco,

> +  config = mkIf (config.boot.vesa &&
> config.services.ttyBackgrounds.enable && splashutils != null) (
> +    mkAssert (splashutils != null) ''

Doesn't the mkIf guarantee that the mkAssert will never fail?

~Shea



More information about the nix-dev mailing list