l: use python3 for sshuttle

This commit is contained in:
lassulus 2021-10-25 16:25:40 +02:00
parent 0442dacdb7
commit e99594d695

View File

@ -61,7 +61,7 @@ with import <stockholm/lib>;
{ {
#for sshuttle #for sshuttle
environment.systemPackages = [ environment.systemPackages = [
pkgs.pythonPackages.python pkgs.python3Packages.python
]; ];
} }
]; ];