depot/web/default.nix

9 lines
No EOL
212 B
Nix

# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
#
# SPDX-License-Identifier: Apache-2.0
{ pkgs, ... }:
{
login-int = pkgs.copyPathToStore ./login-int;
int = pkgs.copyPathToStore ./int;
}