Skip to content

Commit

Permalink
chore: add metadata to the Nix WeTest package
Browse files Browse the repository at this point in the history
mainProgram is used by `nix run` and `nix bundle`
  • Loading branch information
minijackson committed Dec 6, 2023
1 parent 86241f8 commit 97ee24f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 97ee24f

Please sign in to comment.