1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

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!')
'';