Files
tide/shell.nix
T
2023-09-17 15:37:51 +02:00

11 lines
133 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
go
wgo
aria
go-migrate
pgformatter
];
}