tests/darkman: python -> python2

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-11-02 22:54:56 -06:00
parent 9901bb6afc
commit ab0d3db1aa

View File

@@ -17,7 +17,7 @@
'';
lightModeScripts.color-scheme-light = pkgs.writeScript "my-python-script" ''
#!${pkgs.python}/bin/python
#!${pkgs.python2}/bin/python
print('Do something!')
'';