mirror of
https://github.com/zoriya/tide.git
synced 2025-12-05 22:56:12 +00:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
go
|
|
wgo
|
|
go-migrate
|
|
pgformatter
|
|
];
|
|
}
|