From 97ee24fa1612540780ccc2a6217d6a26004a7f3d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 4 Dec 2023 11:32:29 +0100 Subject: [PATCH] chore: add metadata to the Nix WeTest package mainProgram is used by `nix run` and `nix bundle` --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 {