fix(nix): temporary fix - change name to ffuf
This commit is contained in:
parent
75b2c01f88
commit
1cd61646ff
@ -13,7 +13,8 @@
|
||||
}:
|
||||
|
||||
buildGoApplication {
|
||||
pname = "ffuff";
|
||||
# TODO: Change name to ffuff to avoid conflicts
|
||||
pname = "ffuf";
|
||||
version = "0.1";
|
||||
pwd = ./.;
|
||||
src = ./.;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user