tvl-depot/fun/quinistry/default.nix

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

12 lines
144 B
Nix
Raw Normal View History

{ depot, ... }:
depot.nix.buildGo.program {
name = "quinistry";
srcs = [
./const.go
./image.go
./main.go
./types.go
];
}