Author: eelco Date: 2010-06-23 10:41:37 +0000 (Wed, 23 Jun 2010) New Revision: 22395
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22395&view=rev Modified: nixos/branches/boot-order/release.nix Log: Changes: Modified: nixos/branches/boot-order/release.nix =================================================================== --- nixos/branches/boot-order/release.nix 2010-06-23 10:05:57 UTC (rev 22394) +++ nixos/branches/boot-order/release.nix 2010-06-23 10:41:37 UTC (rev 22395) @@ -113,8 +113,8 @@ inherit nixpkgs; modules = [ { fileSystems = []; } ]; }).options; - revision = with nixosSrc; - if rev == 1234 then "HEAD" else toString rev; + revision = + if nixosSrc.rev == 1234 then "HEAD" else toString nixosSrc.rev; }; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
