with import <nixpkgs> {};
mkShell {
buildInputs = [
go
gotestsum
gnumake
modd
];
shellHook = ''
echo '
╔═ ╝╔═║═╔╝║ ║╔═ ╔═║║ ║╔═ ╔═║═╔╝
╔═║║╔╔╝ ║ ╔═║║ ║╔═║═╔╝╔═║║ ║ ║
══ ╝╝ ╝ ╝ ╝ ╝══ ╝ ╝ ╝ ══ ══╝ ╝
'
'';
}