about summary refs log tree commit diff
path: root/modules/config
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-17 23:21:11 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-17 23:21:11 +0100
commit2e275c32e1754d28f4820b116067a1918f6b01d0 (patch)
tree75075b9fcec42cdea7215112137bac86cdcb22da /modules/config
parent66d6350bf92c3862a8a11bf4d4bae925cdcb6cfa (diff)
modules: Add module-list with labernix packages.
We're going to add this as common modules for all machines in the
repository, so we can define own options easily and without the need to
refer to the modules directly.

Also, we can easily create a manual for labernix specific modules.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/config')
-rw-r--r--modules/config/labernix-pkgs.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/config/labernix-pkgs.nix b/modules/config/labernix-pkgs.nix
new file mode 100644
index 00000000..a2e8c361
--- /dev/null
+++ b/modules/config/labernix-pkgs.nix
@@ -0,0 +1,7 @@
+{
+  nixpkgs.config.overridePackages = pkgs: {
+    labernix = import ../../pkgs {
+      inherit pkgs;
+    };
+  };
+}