chore(nix): Add meta field to nix package build
Some checks reported warnings
Build / build (push) Has been cancelled
Some checks reported warnings
Build / build (push) Has been cancelled
This commit is contained in:
parent
546dc8a525
commit
d7bf17fa34
1 changed files with 7 additions and 0 deletions
|
@ -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" =
|
||||
|
|
Reference in a new issue