Author: eelco Date: 2010-06-23 09:59:26 +0000 (Wed, 23 Jun 2010) New Revision: 22392
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22392&view=rev Modified: nixos/branches/boot-order/release.nix Log: * Fix evaluation of the manual. Changes: Modified: nixos/branches/boot-order/release.nix =================================================================== --- nixos/branches/boot-order/release.nix 2010-06-23 07:41:17 UTC (rev 22391) +++ nixos/branches/boot-order/release.nix 2010-06-23 09:59:26 UTC (rev 22392) @@ -111,7 +111,7 @@ options = (import lib/eval-config.nix { inherit nixpkgs; - modules = [ ]; + modules = [ { fileSystems = []; } ]; }).options; revision = with nixosSrc; if rev == 1234 then "HEAD" else toString rev; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
