From 54c77e5085b295d39c72a61f4ff428a73fa2a289 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 31 Jul 2020 23:15:39 +0200 Subject: [PATCH] mateamt: update + reduce --- mateamt.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/mateamt.nix b/mateamt.nix index aa952f1..6818e88 100644 --- a/mateamt.nix +++ b/mateamt.nix @@ -1,15 +1,5 @@ -{ pkgs ? import (import ) +{ pkgs ? import {} }: { - 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; - }; - }); + mateamt = pkgs.lib.hydraJob (pkgs.haskellPackages.callPackage {}); }