test
This commit is contained in:
parent
552c6a786c
commit
753cac42ec
|
@ -10,7 +10,7 @@ lib.mkDerivation rec {
|
|||
rev = "main";
|
||||
sha256 = ""; # Replace with the actual hash
|
||||
};
|
||||
;dofhgodsag
|
||||
|
||||
buildInputs = [
|
||||
|
||||
];
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue