depot/web/default.nix

9 lines
165 B
Nix
Raw Normal View History

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