summary refs log tree commit diff
path: root/pkgs/default.nix
blob: 5df7bc8ccf41c75bc9e6eab0373ce9d406c67eda (plain)
1
2
3
4
5
{ pkgs, ... }:

{
  common = with pkgs; lib.recurseIntoAttrs (callPackage ./common.nix { });
}