2022-10-09 20:27:14 +00:00
|
|
|
# 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
|
|
|
|
];
|
2023-08-17 23:48:07 +00:00
|
|
|
deps = with depot; [
|
|
|
|
go.nix.nixdrv
|
|
|
|
];
|
2022-10-09 20:27:14 +00:00
|
|
|
}
|