From d7bf17fa347654c8f2bdd1ef37dbb60fe6d122cd Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 18 Oct 2023 21:17:00 +0200 Subject: [PATCH] chore(nix): Add meta field to nix package build --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 88ca1ab..bd00b72 100644 --- a/flake.nix +++ b/flake.nix @@ -130,6 +130,13 @@ src = gitignoreSource ./.; mixNixDeps = import ./mix.nix { inherit lib beamPackages; }; + + meta = with lib; { + description = "Bulk Downloader for Reddit Web UI"; + homepage = "https://git.kempkens.io/daniel/bdfr-browser"; + license = [ licenses.isc ]; + platforms = [ "x86_64-darwin" "aarch64-darwin" "aarch64-linux" "x86_64-linux" ]; + }; }; process-compose."${pname}-dev" =