This commit is contained in:
Frost-Phoenix 2024-01-03 22:51:27 +01:00
parent 552c6a786c
commit 753cac42ec
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ lib.mkDerivation rec {
rev = "main"; rev = "main";
sha256 = ""; # Replace with the actual hash sha256 = ""; # Replace with the actual hash
}; };
;dofhgodsag
buildInputs = [ buildInputs = [
]; ];

View file

@ -6,7 +6,7 @@ rec{
inherit name; inherit name;
value = final.callPackage (../pkgs + "/${name}") { }; value = final.callPackage (../pkgs + "/${name}") { };
}; };
names = builtins.attrNames dirContents; names = builtins.attrNames dirContents
in in
builtins.listToAttrs (map genPackage names); builtins.listToAttrs (map genPackage names);
} }