From 6d2ca42b30068cb922b13fe41f5d39c9473cf555 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 May 2009 09:01:45 +0000 Subject: [PATCH] svn path=/nixos/branches/modular-nixos/; revision=15741 --- installer/cd-dvd/rescue-cd.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/installer/cd-dvd/rescue-cd.nix b/installer/cd-dvd/rescue-cd.nix index ef47d960613..6d410941575 100644 --- a/installer/cd-dvd/rescue-cd.nix +++ b/installer/cd-dvd/rescue-cd.nix @@ -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