depot/go/nix/nixwire/default.nix

12 lines
276 B
Nix

# SPDX-FileCopyrightText: 2022 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ depot, ... }@args:
depot.third_party.buildGo.package {
name = "nixwire";
path = "hg.lukegb.com/lukegb/depot/go/nix/nixwire";
srcs = [
./nixwire.go
];
}