18 lines
501 B
Nix
18 lines
501 B
Nix
# SPDX-FileCopyrightText: 2023 Luke Granger-Brown <depot@lukegb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
args:
|
|
{
|
|
nar = import ./nar args;
|
|
nixbuild = import ./nixbuild args;
|
|
nixdrv = import ./nixdrv args;
|
|
nixhash = import ./nixhash args;
|
|
nixpool = import ./nixpool args;
|
|
nixstore = import ./nixstore args;
|
|
nixwire = import ./nixwire args;
|
|
bcachegc = import ./bcachegc args;
|
|
bcacheup = import ./bcacheup args;
|
|
bnix = import ./bnix args;
|
|
bnixbuild = import ./bnixbuild args;
|
|
}
|