From 14b1e6c75882aa4b88c6b4e4266b2d1b74ff5901 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 2 May 2007 21:53:23 +0000 Subject: [PATCH] * Use the latest Nixpkgs on the installation CD. svn path=/nixos/trunk/; revision=8650 --- configuration/rescue-cd.nix | 4 ++-- etc/inputrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/rescue-cd.nix b/configuration/rescue-cd.nix index e76166826c1..a48049777fb 100644 --- a/configuration/rescue-cd.nix +++ b/configuration/rescue-cd.nix @@ -4,7 +4,7 @@ rec { - nixpkgsRel = "nixpkgs-0.11pre8366"; + nixpkgsRel = "nixpkgs-0.11pre8649"; configuration = { @@ -121,7 +121,7 @@ rec { # Get a recent copy of Nixpkgs. nixpkgsTarball = pkgs.fetchurl { url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2"; - md5 = "580487bfa326ad9c61c286774d1c301d"; + md5 = "ad086844938049a2338f3cb527d43df8"; }; diff --git a/etc/inputrc b/etc/inputrc index e2e9e8ffa4b..e4eabc052c5 100644 --- a/etc/inputrc +++ b/etc/inputrc @@ -7,7 +7,7 @@ set input-meta on set convert-meta off set output-meta on -set mark-symlinked-directories on +#set mark-symlinked-directories on $if mode=emacs