mirror of
https://gitlab.com/rensa-nix/utils.git
synced 2025-12-11 23:20:12 +01:00
6 lines
48 B
Nix
6 lines
48 B
Nix
|
|
{
|
||
|
|
outputs = i: {
|
||
|
|
lib = import ./.;
|
||
|
|
};
|
||
|
|
}
|