mirror of
https://github.com/zoriya/tide.git
synced 2026-08-15 18:43:19 +00:00
11 lines
133 B
Nix
11 lines
133 B
Nix
{pkgs ? import <nixpkgs> {}}:
|
|
pkgs.mkShell {
|
|
packages = with pkgs; [
|
|
go
|
|
wgo
|
|
aria
|
|
go-migrate
|
|
pgformatter
|
|
];
|
|
}
|