A terminal client for Tangled, the git forge built on AT Protocol.
Something went wrong. Try again.
123456789101112131415161718192021_: { perSystem = { config, lib, pkgs, ... }: { devShells.default = pkgs.mkShell { packages = (with pkgs; [ go ]) ++ lib.attrValues config.treefmt.build.programs;
shellHook = '' echo "👋 Welcome to the tg devShell!" ''; }; };}