mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
svn path=/nixos/trunk/; revision=14479
This commit is contained in:
parent
1e947b7acd
commit
39611b983a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue