grimm-nixos-laptop/overlays/confwhich.nix

5 lines
87 B
Nix

{ prev, ... }:
{
confwhich = prev.callPackage ../custom/confwhich/package.nix { };
}