birthdaybot/shell.nix
2023-06-30 00:31:29 +02:00

18 lines
382 B
Nix

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