7 lines
168 B
Nix
7 lines
168 B
Nix
# SPDX-FileCopyrightText: 2024 Luke Granger-Brown <depot@lukegb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
{ depot, ... }:
|
|
|
|
depot.pkgs.callPackage ./package.nix { }
|