nix: added tea to shell

This commit is contained in:
Vibrant C3PO 2024-01-08 23:05:41 +10:00
parent 6111fddc3b
commit b2a8ab327f
Signed by: vibrantc3po
GPG key ID: E5CA1AA0292A0100

View file

@ -28,6 +28,7 @@ in {
ghcid # GHCi based IDE
hlint # or ormolu
pkgs.niv # Nix dependency management
pkgs.tea # Gitea official CLI client
];
withHoogle = true;
};