mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/darkman: python -> python2
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
'';
|
||||
|
||||
lightModeScripts.color-scheme-light = pkgs.writeScript "my-python-script" ''
|
||||
#!${pkgs.python}/bin/python
|
||||
#!${pkgs.python2}/bin/python
|
||||
|
||||
print('Do something!')
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user