depot/go/nix/default.nix

13 lines
293 B
Nix
Raw Normal View History

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;
nixstore = import ./nixstore args;
nixwire = import ./nixwire args;
2021-07-27 21:10:47 +00:00
bcachegc = import ./bcachegc args;
bcacheup = import ./bcacheup args;
2021-07-25 12:57:19 +00:00
}