We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d8814 commit b3fa506Copy full SHA for b3fa506
1 file changed
mkDevShell/options.nix
@@ -102,7 +102,7 @@ in
102
type = types.str;
103
default = ''
104
${ansiBoldOrange}🔨 Welcome to ${config.name}${ansiReset}
105
- $(devshell-menu)
+ $(menu)
106
'';
107
description = ''
108
Message Of The Day.
@@ -188,7 +188,7 @@ in
188
commands = [
189
{
190
help = "prints this menu";
191
- name = "devshell-menu";
+ name = "menu";
192
command = ''
193
echo "[commands]"
194
cat <<'DEVSHELL_MENU'
0 commit comments