mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tests/darkman: python -> python2
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
9a26ccef6f
commit
e7d7e76bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
'';
|
||||
|
||||
lightModeScripts.color-scheme-light = pkgs.writeScript "my-python-script" ''
|
||||
#!${pkgs.python}/bin/python
|
||||
#!${pkgs.python2}/bin/python
|
||||
|
||||
print('Do something!')
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue