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