From a32630fd2d3d1e45f1deabcefd0182a1f893adb5 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 6 Aug 2021 04:13:18 +0100 Subject: [PATCH] Forgot to remove a semi-colon in cache --- cache.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.nix b/cache.nix index bc7b8ca4..22a2cc49 100644 --- a/cache.nix +++ b/cache.nix @@ -9,4 +9,4 @@ in recurseIntoAttrs rec { #hexchen = sources2drvs (import sources.hexchen {}).sources; all = attrValues local; #++ attrValues hexchen; allStr = toString all; - }; + }