8 lines
157 B
Nix
8 lines
157 B
Nix
|
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
args: {
|
||
|
heptapod = import ./heptapod args;
|
||
|
}
|