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";
sha256 = ""; # Replace with the actual hash
};
;dofhgodsag
buildInputs = [
];

View file

@ -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);
}