From 47a2ea8a65cd804a0af682e2a6b52a4b5e361441 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Dec 2023 15:25:20 -0500 Subject: [PATCH] nix: Reduce closure size again --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index b2fc08e3c..7667dcb1f 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ justStaticExecutables = true; removeReferencesTo = [ self.pandoc + self.pandoc_3_1_6 self.pandoc-types self.warp ];