mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-25 17:49:21 -04:00
9 lines
114 B
Nix
9 lines
114 B
Nix
{
|
|
lib,
|
|
callPackage,
|
|
}:
|
|
lib.packagesFromDirectoryRecursive {
|
|
inherit callPackage;
|
|
directory = ./by-name;
|
|
}
|