From a22383b069a4b26cc89a0771bf0a8e3cf7bfbb9a Mon Sep 17 00:00:00 2001 From: zgrep Date: Sat, 21 Jul 2018 09:58:26 -0400 Subject: [PATCH] Whoops. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 4b47713..015ca42 100644 --- a/default.nix +++ b/default.nix @@ -9,6 +9,6 @@ let want = filterAttrs (name: type: type == "directory" && (substring 0 1 name) != "." ) (readDir here); -in rec {} // mapAttrs (name: type: +in mapAttrs (name: type: callPackage (import here/name) ) want