tvl-depot/fun/tvl-ebooks/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
153 B
Nix
Raw Normal View History

{ pkgs, ... }:
pkgs.buildGoModule {
name = "tvl-ebooks";
vendorHash = "sha256:1p7bazh2vbhvvm559bcvfff9s4yy4q9jmklxr3sfp97inwpv6hzy";
src = ./.;
}