Hi there! I am Edgar and I wanted to share with you globset, a Nix library to help specify what sources to include when building a Nix package using familiar glob patterns like “/.go”.
“globset” provides a concise and simple way of specifying what sources should be included. It is built on top of the new “fileset” library introduced in Nixpkgs 23.11, and is composable with any libraries using it. This is our second open source project after releasing nix-snapshotter last year.
See corresponding HackerNews discussion .