fix message in shell.nix
This commit is contained in:
parent
eeea6fd44f
commit
1948901240
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pkgs.mkShell
|
|||
poetry
|
||||
];
|
||||
shellHook = ''
|
||||
${pkgs.cowsay}/bin/cowsay "Welcome to bitlab21.com development environment!" | ${pkgs.lolcat}/bin/lolcat
|
||||
${pkgs.cowsay}/bin/cowsay "Welcome to arch-wiki-docs development environment!" | ${pkgs.lolcat}/bin/lolcat
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue