5 lines
89 B
Nix
5 lines
89 B
Nix
|
|
{
|
||
|
|
# Helper functions for python
|
||
|
|
pythonUtils = builtins.readFile ./python-utils.py;
|
||
|
|
}
|