fix(nix): temporary fix - change name to ffuf
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled

This commit is contained in:
albertvala 2025-02-04 19:00:44 +01:00
parent 75b2c01f88
commit 1cd61646ff

View File

@ -13,7 +13,8 @@
}:
buildGoApplication {
pname = "ffuff";
# TODO: Change name to ffuff to avoid conflicts
pname = "ffuf";
version = "0.1";
pwd = ./.;
src = ./.;