summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-01-12 03:06:18 +0100
committertv <tv@krebsco.de>2023-01-13 00:54:39 +0100
commit59d6ab20b6acfb024d8f88dede18fb6a88437668 (patch)
tree9c6e09740f97e150050813ee669b13f241443ce9 /krebs/5pkgs/simple
parent3fc184a22607952db257c9c76a6f8f1d7afd16d6 (diff)
syncthing-device-id: use python3
Diffstat (limited to 'krebs/5pkgs/simple')
-rw-r--r--krebs/5pkgs/simple/syncthing-device-id.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/syncthing-device-id.nix b/krebs/5pkgs/simple/syncthing-device-id.nix
index 9533800f..74983fc1 100644
--- a/krebs/5pkgs/simple/syncthing-device-id.nix
+++ b/krebs/5pkgs/simple/syncthing-device-id.nix
@@ -1,12 +1,13 @@
-{ openssl, writePython2Bin }:
+{ openssl, writePython3Bin }:
-writePython2Bin "syncthing-device-id" {
+writePython3Bin "syncthing-device-id" {
flakeIgnore = [
"E226"
"E302"
"E305"
"E501"
"F401"
+ "W504"
];
} /* python */ ''
import base64