8 lines
120 B
Nix
8 lines
120 B
Nix
final: prev:
|
|
|
|
{
|
|
clerie-build-support = {
|
|
writePythonScript = final.callPackage ./writePythonScript.nix {};
|
|
};
|
|
}
|