I can run the script from the command line just fine. However, I am running it on NixOS, and am trying to run it using an overlay. When I do so, I get the following error:
$1: unbound variable
refering to this line
case "$1" in
I think it is a bug with the script, and not the setup in NixOS.
I can run the script from the command line just fine. However, I am running it on NixOS, and am trying to run it using an overlay. When I do so, I get the following error:
$1: unbound variablerefering to this line
case "$1" inI think it is a bug with the script, and not the setup in NixOS.