depot/web/barf/default.nix

9 lines
158 B
Nix

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