core/lib/compat/default.nix
2025-08-05 14:55:13 +02:00

5 lines
152 B
Nix

{l}: rec {
filter = import ./filter.nix {inherit l;};
select = import ./select.nix {inherit filter;};
get = import ./get.nix {inherit select;};
}