2023-08-23 23:00:44 +00:00
|
|
|
# SPDX-FileCopyrightText: 2023 Luke Granger-Brown <depot@lukegb.com>
|
2021-07-25 12:57:19 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
args:
|
|
|
|
{
|
|
|
|
nar = import ./nar args;
|
2023-08-23 23:00:44 +00:00
|
|
|
nixbuild = import ./nixbuild args;
|
2023-08-17 23:48:07 +00:00
|
|
|
nixdrv = import ./nixdrv args;
|
2023-08-23 23:00:44 +00:00
|
|
|
nixhash = import ./nixhash args;
|
|
|
|
nixpool = import ./nixpool 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;
|
2023-08-17 02:51:18 +00:00
|
|
|
bnix = import ./bnix args;
|
2023-08-23 23:00:44 +00:00
|
|
|
bnixbuild = import ./bnixbuild args;
|
2021-07-25 12:57:19 +00:00
|
|
|
}
|