Closed iogrt closed 1 year ago
Is the nix expression public?
Now that I'm at a computer I see the issue:
RESHOLVE_EXERCER
should be RESHOLVE_EXECER
. If you're using the Nix API, this public example using fzf may help clarify:
Thanks for the quick response, and yes it was just a typo inside resholve.writeScriptBin
. I thought it was correct since a variable was getting set, but I see how any attr gets set there.
Hello, first of all thanks for making this program. I really like the idea of having more control over bash scripts in my NixOS system.
I have a bash script called
fanger
and I was tried to apply a custom exercer rule to it, without success:I had this error before and I looked into providing
binlore
through exercer. But as you can see the lore is provided and the error still continues.Is this a misconfiguration on my side? Is the bash expression too complex? Or potentially a bug?