1 2 3 4 5
{ pkgs, ... }: { common = with pkgs; lib.recurseIntoAttrs (callPackage ./common.nix { }); }