syncthing-device-id: use python3

This commit is contained in:
tv 2023-01-12 03:06:18 +01:00
parent 3fc184a226
commit 59d6ab20b6

View File

@ -1,12 +1,13 @@
{ openssl, writePython2Bin }: { openssl, writePython3Bin }:
writePython2Bin "syncthing-device-id" { writePython3Bin "syncthing-device-id" {
flakeIgnore = [ flakeIgnore = [
"E226" "E226"
"E302" "E302"
"E305" "E305"
"E501" "E501"
"F401" "F401"
"W504"
]; ];
} /* python */ '' } /* python */ ''
import base64 import base64