slim down flake

This commit is contained in:
XenGi 2024-01-24 13:22:22 +01:00
parent e38a94264b
commit f6683ed78f
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 9 additions and 12 deletions

View file

@ -26,9 +26,6 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go
gopls
gotools
go-tools
gomod2nix.packages.${system}.default
sanic
];