From 06562c5fe484eba954770819a56dc4227a78aa44 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Tue, 24 Dec 2024 19:17:41 +0100 Subject: First commit 🌲 --- app.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app.nix (limited to 'app.nix') 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" ]; +} + + -- cgit v1.2.3