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