2021-07-25 12:57:19 +00:00
|
|
|
# SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
args:
|
|
|
|
{
|
|
|
|
nar = import ./nar args;
|
2022-10-09 15:46:55 +00:00
|
|
|
nixstore = import ./nixstore args;
|
2022-10-09 20:27:14 +00:00
|
|
|
nixwire = import ./nixwire args;
|
2021-07-27 21:10:47 +00:00
|
|
|
bcachegc = import ./bcachegc args;
|
2022-10-09 15:46:55 +00:00
|
|
|
bcacheup = import ./bcacheup args;
|
2021-07-25 12:57:19 +00:00
|
|
|
}
|