summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index c7d053b..5df7bc8 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,5 +1,5 @@
-{ ... }:
+{ pkgs, ... }:
 
 {
-  # nothing here for now :)
+  common = with pkgs; lib.recurseIntoAttrs (callPackage ./common.nix { });
 }