# ABOUTME: Custom packages overlay for packages not in nixpkgs. # ABOUTME: Adds packages under pkgs.custom.* namespace. final: prev: { custom = { flecli = final.callPackage ./flecli.nix { }; }; }