nix: boostrap "v2" tree (#3740)

Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
Moritz Sanft 2025-04-04 10:22:28 +02:00 committed by GitHub
parent 0926b82a65
commit e5d22ebcaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 119 additions and 25 deletions

8
nix/packages/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
lib,
callPackage,
}:
lib.packagesFromDirectoryRecursive {
inherit callPackage;
directory = ./by-name;
}