6 lines
86 B
Nix
6 lines
86 B
Nix
final: prev:
|
|
|
|
{
|
|
writePythonScript = final.callPackage ./writePythonScript.nix {};
|
|
}
|