* Use the latest Nixpkgs on the installation CD.
svn path=/nixos/trunk/; revision=8650
This commit is contained in:
parent
6d65da8168
commit
14b1e6c758
@ -4,7 +4,7 @@
|
|||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
|
||||||
nixpkgsRel = "nixpkgs-0.11pre8366";
|
nixpkgsRel = "nixpkgs-0.11pre8649";
|
||||||
|
|
||||||
|
|
||||||
configuration = {
|
configuration = {
|
||||||
@ -121,7 +121,7 @@ rec {
|
|||||||
# Get a recent copy of Nixpkgs.
|
# Get a recent copy of Nixpkgs.
|
||||||
nixpkgsTarball = pkgs.fetchurl {
|
nixpkgsTarball = pkgs.fetchurl {
|
||||||
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
|
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
|
||||||
md5 = "580487bfa326ad9c61c286774d1c301d";
|
md5 = "ad086844938049a2338f3cb527d43df8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ set input-meta on
|
|||||||
set convert-meta off
|
set convert-meta off
|
||||||
set output-meta on
|
set output-meta on
|
||||||
|
|
||||||
set mark-symlinked-directories on
|
#set mark-symlinked-directories on
|
||||||
|
|
||||||
$if mode=emacs
|
$if mode=emacs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user