mateamt: use default.nix, not shell.nix

This commit is contained in:
Astro 2019-12-17 18:17:10 +01:00
parent 4d6056825f
commit a05c15a3b6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ let
'';
installPhase = "cp -ar . $out";
};
mateamt = haskellPackages.callPackage "${mateamtSrc}/shell.nix";
mateamt = haskellPackages.callPackage "${mateamtSrc}";
ghcBlacklist = [
# "ghc822"
# "ghc844"