darkman: replace removed python2 in test
This commit is contained in:
parent
aa14fc7b46
commit
0c42c7a66f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
'';
|
||||
|
||||
lightModeScripts.color-scheme-light = pkgs.writeScript "my-python-script" ''
|
||||
#!${pkgs.python2}/bin/python
|
||||
#!${pkgs.python3}/bin/python
|
||||
|
||||
print('Do something!')
|
||||
'';
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
''}
|
||||
assertFileContent $lightModeScriptFile ${builtins.toFile "expected" ''
|
||||
#!@python@/bin/python
|
||||
#!@python3@/bin/python
|
||||
|
||||
print('Do something!')
|
||||
''}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue