mirror of
https://gitlab.com/rensa-nix/utils.git
synced 2025-12-10 22:50:12 +01:00
5 lines
49 B
Nix
5 lines
49 B
Nix
{
|
|
outputs = _i: {
|
|
lib = import ./.;
|
|
};
|
|
}
|