Files
tide/shell.nix

10 lines
124 B
Nix

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