fix message in shell.nix
This commit is contained in:
parent
eeea6fd44f
commit
1948901240
|
@ -6,7 +6,7 @@ pkgs.mkShell
|
||||||
poetry
|
poetry
|
||||||
];
|
];
|
||||||
shellHook = ''
|
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…
Reference in New Issue