From 2a09a44a4494e54a03ce891e9c92cc6542f74227 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 12 Nov 2017 17:37:53 +0100 Subject: pkgs: Remove the vuizvui namespace It's a bit weird to need to write something like this: nix-build pkgs -A vuizvui.aszlig.vim We're already within vuizvui, and the filesystem paths are already structured in a way so that the above is in pkgs/aszlig/vim, so the need to add the vuizvui attribute to that seems quite pointless and unnatural. I have tested this by evaluating a few machines, tests and packages. Signed-off-by: aszlig --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index ce39a5bc..e2e09840 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -25,4 +25,4 @@ let profpatsch = callPackageScope ./profpatsch; sternenseemann = callPackageScope ./sternenseemann; }; -in pkgs // self +in self.vuizvui -- cgit 1.4.1