Skip to content

Commit

Permalink
Merge pull request #65 from epics-extensions/nix-metadata
Browse files Browse the repository at this point in the history
chore: add metadata to the Nix WeTest package
  • Loading branch information
minijackson authored Dec 6, 2023
2 parents 86241f8 + 97ee24f commit 464f3a2
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 464f3a2

Please sign in to comment.