10 lines
302 B
Nix
10 lines
302 B
Nix
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
args: {
|
|
twitterchiver = import ./twitterchiver args;
|
|
twitternuke = import ./twitternuke args;
|
|
openshiftauth = import ./openshiftauth args;
|
|
minotarproxy = import ./minotarproxy args;
|
|
}
|