From 9e991c7df3f26c2530ed342686653aa0f6429e95 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 3 Jan 2024 22:51:37 +0100 Subject: [PATCH] test --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index efa4b73..d3a5f7f 100755 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,7 +6,7 @@ rec{ inherit name; value = final.callPackage (../pkgs + "/${name}") { }; }; - names = builtins.attrNames dirContents + names = builtins.attrNames dirContents; in builtins.listToAttrs (map genPackage names); }