summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/syncthing-device-id.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/5pkgs/simple/syncthing-device-id.nix')
-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