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