mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
svn path=/nixos/branches/modular-nixos/; revision=15741
This commit is contained in:
parent
98cce35041
commit
6d2ca42b30
@ -184,12 +184,8 @@ rec {
|
||||
pkgs = system.pkgs;
|
||||
|
||||
|
||||
# The NixOS manual, with a backward compatibility hack for Nix <=
|
||||
# 0.11 (you won't get the manual).
|
||||
manual =
|
||||
if builtins ? unsafeDiscardStringContext
|
||||
then "${import ../../doc/manual {inherit nixpkgs;}}/manual.html"
|
||||
else pkgs.writeText "dummy-manual" "Manual not included in this build!";
|
||||
# The NixOS manual.
|
||||
manual = "${import ../../doc/manual {inherit nixpkgs;}}/manual.html";
|
||||
|
||||
|
||||
# We need a copy of the Nix expressions for Nixpkgs and NixOS on the
|
||||
|
Loading…
Reference in New Issue
Block a user