1 { lib, buildGoPackage, fetchFromGitHub }:
7 goPackagePath = "github.com/kshvmdn/fsql";
9 src = fetchFromGitHub {
13 sha256 = "1accpxryk4744ydfrqc3la5k376ji11yr84n66dz5cx0f3n71vmz";
17 description = "Search through your filesystem with SQL-esque queries";
18 homepage = "https://github.com/kshvmdn/fsql";
19 license = licenses.mit;
20 maintainers = with maintainers; [ pSub ];
21 platforms = platforms.unix;