From f160e1ad52f31f820fe13a862327275035e83a38 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 20 Dec 2019 22:59:08 +0100 Subject: [PATCH] mateamt: move meta to overrideAttrs --- mateamt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mateamt.nix b/mateamt.nix index 5c475ae..f97166b 100644 --- a/mateamt.nix +++ b/mateamt.nix @@ -1,9 +1,9 @@ { pkgs ? import (import ) }: { - mateamt = pkgs.lib.hydraJob (import { + mateamt = pkgs.lib.hydraJob ((import { inherit pkgs; - + }).overrideAttrs { meta = with pkgs.stdenv.lib; { description = "A whole new matemat"; maintainers = [