depot/go/vault/default.nix

10 lines
202 B
Nix
Raw Normal View History

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