mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -04:00
nix: boostrap "v2" tree (#3740)
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
0926b82a65
commit
e5d22ebcaf
9 changed files with 119 additions and 25 deletions
8
nix/packages/default.nix
Normal file
8
nix/packages/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
lib,
|
||||
callPackage,
|
||||
}:
|
||||
lib.packagesFromDirectoryRecursive {
|
||||
inherit callPackage;
|
||||
directory = ./by-name;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue