diff --git a/flake.nix b/flake.nix index 206c199..3733e7e 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,13 @@ ''; doCheck = true; + + meta = { + description = "Tests automation utility for EPICS"; + mainProgram = "wetest"; + license = epnix.lib.licenses.epics; + maintainers = with epnix.lib.maintainers; [minijackson]; + }; }; devShells.default = pkgs.mkShell {