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 {}); }