depot/go/vault/default.nix

9 lines
202 B
Nix

# SPDX-FileCopyrightText: 2023 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
args:
{
vaultgcp = import ./vaultgcp args;
vaultgcsblob = import ./vaultgcsblob args;
}