7 withTensorflow ? false,
12 vendorHash = "sha256-weqlhnhUG2gn9SFS63q1LYmPa7liGYYcJN5qorj6x2E=";
14 src = fetchFromGitHub {
18 hash = "sha256-FEo2/TPwes8/Iwfp7OIo1HbLWF9xmVS9ZMC9HysyK/k=";
21 tags = (lib.optional (!withTensorflow) "noguesser");
23 buildInputs = [ sqlite ] ++ (lib.optional withTensorflow libtensorflow);
26 description = "passwordless, anonymous SSH-powered pastebin with a human-friendly TUI and web UI";
27 license = lib.licenses.mit;
28 platforms = lib.platforms.linux;
29 homepage = "https://snips.sh";
30 maintainers = with lib.maintainers; [ jeremiahs ];
31 mainProgram = "snips.sh";