forked from mirrors/nixpkgs
svn path=/nixos/trunk/; revision=14479
This commit is contained in:
parent
1e947b7acd
commit
39611b983a
|
@ -38,7 +38,7 @@ let
|
||||||
, officialRelease ? false
|
, officialRelease ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
import "${nixosSrc.path}/doc/manual" {
|
import "${nixosSrc}/doc/manual" {
|
||||||
nixpkgsPath = nixpkgs.outPath;
|
nixpkgsPath = nixpkgs.outPath;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ let
|
||||||
|
|
||||||
version = builtins.readFile ./VERSION + (if officialRelease then "" else "pre${toString nixosSrc.rev}");
|
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;
|
platform = system;
|
||||||
compressImage = true;
|
compressImage = true;
|
||||||
nixpkgsPath = nixpkgs.outPath;
|
nixpkgsPath = nixpkgs.outPath;
|
||||||
|
|
Loading…
Reference in a new issue