about summary refs log tree commit diff
path: root/labernix/modules/config/labernix-pkgs.nix
blob: c1f6d8077199a3e47949c9ffadda07a8f9dbc5d8 (plain) (blame)
1
2
3
4
5
6
7
{
  nixpkgs.config.packageOverrides = pkgs: {
    labernix = import ../../pkgs {
      inherit pkgs;
    };
  };
}