about summary refs log tree commit diff
path: root/labernix/pkgs/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 15:02:01 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 15:02:01 +0100
commit9302553cf551b1dc81ee5eab5d198d3476ae7aa8 (patch)
tree914966925b818738b3e9c85fd72ec722c93bff92 /labernix/pkgs/default.nix
parent57634b99c1b836d29af878071d4b9afb0be7c1ca (diff)
Merge labernix packages into vuizvui pkgs.
It's currently only BeeHive, but our goal is to dissolve labernix step
by step until nothing is left.

Also, we're now no longer namespace the pkgs with vuizvui directly in
the package list. Before it wasn't even namespaced correctly (except for
inside pkgs/ directly) and we did override the packages using the dirty
approach in overrides/.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'labernix/pkgs/default.nix')
-rw-r--r--labernix/pkgs/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/labernix/pkgs/default.nix b/labernix/pkgs/default.nix
deleted file mode 100644
index 9ff952ed..00000000
--- a/labernix/pkgs/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-
-let
-  callPackage = pkgs.lib.callPackageWith (pkgs // self);
-
-  self = {
-    beehive = callPackage ./beehive {};
-  };
-in self