1
2
3
4
5
6
7
8
9
{ depot, pkgs, ... }:

# The activitypub library — a single-file, zero-external-dependency
# Go library for building ActivityPub-speaking services.
depot.nix.buildGo.package {
  name = "activitypub";
  path = "activitypub";
  srcs = [ ./activitypub.go ];
}