From 9f72d241099ed79f107aea476a54f5b92276868b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Mon, 28 Mar 2022 23:35:32 -0600 Subject: [PATCH] hotifx --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index e477dd4..25e514e 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -16,7 +16,7 @@ with pkgs.lib; let value = import (root + "/${name}"); }; in - mapAttrs' entry (filterAttrs isMatch (readDir root)) + mapAttrs' entry (filterAttrs isMatch (readDir root)); in { shenvs = let