mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* 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 {
|
||||
|
||||
|
||||
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";
|
||||
};
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user