aboutsummaryrefslogtreecommitdiff
path: root/app.nix
diff options
context:
space:
mode:
Diffstat (limited to 'app.nix')
-rw-r--r--app.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/app.nix b/app.nix
new file mode 100644
index 0000000..9728a92
--- /dev/null
+++ b/app.nix
@@ -0,0 +1,10 @@
+{ pkgs }: with pkgs; with perlPackages;
+buildPerlPackage {
+ pname = "slack2gitlab-emoji-sync";
+ version = "0.000";
+ src = ./.;
+ propagatedBuildInputs = [ JSON LWP LWPProtocolHttps PathTiny ];
+ outputs = [ "out" ];
+}
+
+