birthdaybot/shell.nix

18 lines
379 B
Nix
Raw Normal View History

2023-06-29 17:55:13 +01:00
with import <nixpkgs> {};
mkShell {
buildInputs = [
go_1_20
gotestsum
gnumake
modd
];
shellHook = ''
echo '
'
'';
}