chore(nix): Add meta field to nix package build
Some checks reported warnings
Build / build (push) Has been cancelled

This commit is contained in:
Daniel Kempkens 2023-10-18 21:17:00 +02:00
parent 546dc8a525
commit d7bf17fa34
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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" =