mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-12 14:20:09 +01:00
4 lines
180 B
Nix
4 lines
180 B
Nix
{l}: {
|
|
inherit (import ./accumulate.nix {inherit l;}) accumulate unique optionalLoad;
|
|
inherit (import ./import-signature.nix {inherit l;}) createImportSignature deSystemize;
|
|
}
|