depot/go/nix/default.nix

19 lines
501 B
Nix
Raw Normal View History

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;
nixdrv = import ./nixdrv args;
2023-08-23 23:00:44 +00:00
nixhash = import ./nixhash args;
nixpool = import ./nixpool args;
nixstore = import ./nixstore args;
nixwire = import ./nixwire args;
2021-07-27 21:10:47 +00:00
bcachegc = import ./bcachegc args;
bcacheup = import ./bcacheup args;
bnix = import ./bnix args;
2023-08-23 23:00:44 +00:00
bnixbuild = import ./bnixbuild args;
2021-07-25 12:57:19 +00:00
}