mirror of
https://gitlab.com/rensa-nix/utils.git
synced 2026-05-04 14:19:31 +02:00
5 lines
49 B
Nix
5 lines
49 B
Nix
{
|
|
outputs = _i: {
|
|
lib = import ./.;
|
|
};
|
|
}
|