depot/go/trains/default.nix

12 lines
229 B
Nix
Raw Normal View History

2021-11-18 22:24:20 +00:00
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ depot, ... }@args:
{
cmd = import ./cmd args;
webapi = import ./webapi args;
darwin = import ./darwin args;
}