From b4010f9690c7b8fe4ad5f70be82f483ee253da1e Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 29 Jul 2014 02:32:46 +0200 Subject: Change namespaces into new project name "vuizvui". I found "nixconf" a little big too generic and thus not unlikely enough to someday collide with something in . That's why I chose the name "vuizvui" as a Bavarion word (actually _two_ words: "vui zvui") for "far too much", in terms of the opposite of "nix" - which means "nothing". A possible downside for choosing this name is that it might be jawbreaker to some English native speakers out there, but I don't really care if the pronunciation is correct nor do I expect to get a lot of public attention on this repository. And yes, for English native speakers, a pronunciation like "fui-tsui" is probably okay as well :-) Signed-off-by: aszlig --- overrides/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overrides/default.nix') diff --git a/overrides/default.nix b/overrides/default.nix index 38064bf8..458b5e27 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -3,7 +3,7 @@ pkgs: with pkgs.lib; let - allPackages = (import ../pkgs { pkgs = everything; }).aszlig // misc; + allPackages = (import ../pkgs { pkgs = everything; }).vuizvui // misc; everything = pkgs // allPackages // drvOverrides // argOverrides; mapOverride = overrideFun: includePackages: let @@ -83,7 +83,7 @@ let # misc misc = { - kernelSourceAszlig = { + kernelSourceVuizvui = { version = "3.16.0-rc7"; src = everything.fetchgit { url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git; -- cgit 1.4.1