chore(third_party): Remove ormolu

This commit is contained in:
Vincent Ambo 2020-04-02 22:04:39 +01:00
parent f99fc009fc
commit a7342448bb

View file

@ -1,8 +0,0 @@
{ pkgs, ... }:
import (pkgs.fetchFromGitHub {
owner = "tweag";
repo = "ormolu";
rev = "a7076c0f83e5c06ea9067b71171859fa2ba8afd9";
sha256 = "1p4n2ja4ciw3qfskn65ggpy37mvgf2sslxqmqn8s8jjarnqcyfny";
}) { inherit pkgs; }