4 lines
102 B
Nix
4 lines
102 B
Nix
{inputs}: final: prev: {
|
|
tuicr = inputs.tuicr.packages.${prev.stdenv.hostPlatform.system}.default;
|
|
}
|