nixfiles/libs/accounting/lib/default.nix
Sebastian Walz 9f7b02e1cd
Tohu vaBohu
2023-04-03 14:38:02 +02:00

11 lines
345 B
Nix

{ core, ... }:
Library "libaccounting"
{ inherit core; }
{
common = ./common;
double = ./double;
parse = ./parse;
schemes = ./schemes;
single = ./single;
}