From 4b40683d78da6e5f82d4a1b4292d2c5d79089889 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 20 Dec 2019 22:56:02 +0100 Subject: [PATCH] mateamt: add meta attr for hydraJob --- mateamt.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mateamt.nix b/mateamt.nix index b0b9ec8..5c475ae 100644 --- a/mateamt.nix +++ b/mateamt.nix @@ -3,5 +3,13 @@ { mateamt = pkgs.lib.hydraJob (import { inherit pkgs; + + meta = with pkgs.stdenv.lib; { + description = "A whole new matemat"; + maintainers = [ + { email = "nek0@nek0.eu"; name = "nek0"; } + ]; + license = licenses.agpl3; + }; }); }