From 7daabb6c9138a2de519e3bc9508e0d2d18ddb64d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 6 Jun 2020 16:43:52 +0200 Subject: [PATCH] Install ormolu --- overlays/pkgSets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/pkgSets.nix b/overlays/pkgSets.nix index 25f2a174..9ac848fb 100644 --- a/overlays/pkgSets.nix +++ b/overlays/pkgSets.nix @@ -35,7 +35,7 @@ self: super: { inherit (self.pythonPackages) yapf jsbeautifier; inherit (self) go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole - nixfmt rnix-lsp tmate rustup kitty nix-top ghc; + nixfmt rnix-lsp tmate rustup kitty nix-top ghc ormolu; obelisk = (import self.sources.obelisk { }).command; }; accounting-pkgs = {