diff options
author | Christian Segundo | 2024-12-24 19:17:41 +0100 |
---|---|---|
committer | Christian Segundo | 2024-12-24 19:17:41 +0100 |
commit | 06562c5fe484eba954770819a56dc4227a78aa44 (patch) | |
tree | 79f8e877581abd4f529b613266a0a9fa691a2401 /app.nix | |
parent | f71ff745bd50609bd0ed02d8617834b209a45edb (diff) | |
download | slack2gitlab-emoji-sync-06562c5fe484eba954770819a56dc4227a78aa44.tar.gz |
First commit 🌲
Diffstat (limited to 'app.nix')
-rw-r--r-- | app.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" ]; +} + + |