mateamt: update + reduce

This commit is contained in:
Astro 2020-07-31 23:15:39 +02:00
parent 735baded75
commit 54c77e5085
1 changed files with 2 additions and 12 deletions

View File

@ -1,15 +1,5 @@
{ pkgs ? import <nixpkgs> (import <haskell-nix>)
{ pkgs ? import <nixpkgs> {}
}:
{
mateamt = pkgs.lib.hydraJob (import <mateamt> {
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 <mateamt> {});
}