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
Describe the bug
I have an alias c, but adding scripts.c.exec doesn't do anything, as the existing alias is not being overridden. I don't even know if it's possible to temporary unalias the thing in the devenv project and then restore it outside.
To reproduce
Have alias c=something
# devenv.nix{ ... }:
{scripts.c.exec="devenv tasks run typst:compile";}
Describe the bug
I have an
alias c
, but addingscripts.c.exec
doesn't do anything, as the existing alias is not being overridden. I don't even know if it's possible to temporaryunalias
the thing in the devenv project and then restore it outside.To reproduce
Have
alias c=something
Version
devenv 1.3.1 (x86_64-linux)
The text was updated successfully, but these errors were encountered: