From 02a806624b8a66114192ac75ae4114a3c088b170 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 5 Jul 2022 11:39:55 -0400 Subject: Add setup and build info --- default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..793ec82 --- /dev/null +++ b/default.nix @@ -0,0 +1,13 @@ +with import {}; + +python3.pkgs.buildPythonApplication { + pname = "zulip-twitter-bot"; + version = "latest"; + + src = ./.; + + propagatedBuildInputs = with python3.pkgs; [ + python-twitter zulip + ]; + +} -- cgit v1.2.3