4 lines
100 B
Nix
4 lines
100 B
Nix
{inputs}: final: prev: {
|
|
tuicr = inputs.tuicr.defaultPackage.${prev.stdenv.hostPlatform.system};
|
|
}
|