You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: