97be9c1411
As per the previous commit these files were no longer being imported, which is now fixed by moving them into separate subfolders.
8 lines
248 B
Nix
8 lines
248 B
Nix
{ pkgs, ... }:
|
|
|
|
import (pkgs.third_party.fetchFromGitHub {
|
|
owner = "tweag";
|
|
repo = "ormolu";
|
|
rev = "a7076c0f83e5c06ea9067b71171859fa2ba8afd9";
|
|
sha256 = "1p4n2ja4ciw3qfskn65ggpy37mvgf2sslxqmqn8s8jjarnqcyfny";
|
|
}) { pkgs = pkgs.third_party; }
|