mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 14:28:54 -04:00
8 lines
114 B
Nix
8 lines
114 B
Nix
{
|
|
lib,
|
|
callPackage,
|
|
}:
|
|
lib.packagesFromDirectoryRecursive {
|
|
inherit callPackage;
|
|
directory = ./by-name;
|
|
}
|