svn path=/nixos/trunk/; revision=14479

This commit is contained in:
Eelco Dolstra 2009-03-09 21:11:17 +00:00
parent 1e947b7acd
commit 39611b983a

View file

@ -38,7 +38,7 @@ let
, officialRelease ? false
}:
import "${nixosSrc.path}/doc/manual" {
import "${nixosSrc}/doc/manual" {
nixpkgsPath = nixpkgs.outPath;
};
@ -55,7 +55,7 @@ let
version = builtins.readFile ./VERSION + (if officialRelease then "" else "pre${toString nixosSrc.rev}");
iso = (import "${nixosSrc.path}/installer/cd-dvd/rescue-cd.nix" {
iso = (import "${nixosSrc}/installer/cd-dvd/rescue-cd.nix" {
platform = system;
compressImage = true;
nixpkgsPath = nixpkgs.outPath;