feat: add unified microvm & container definition; add net, misc, disko lib extension
This commit is contained in:
parent
6e0ea91254
commit
c55f465ba1
13 changed files with 1093 additions and 3 deletions
17
lib/default.nix
Normal file
17
lib/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
inputs: final: prev:
|
||||
prev.lib.composeManyExtensions (
|
||||
# Order is important to allow using prev instead of final in more places to
|
||||
# speed up evaluation.
|
||||
map (x: import x inputs) [
|
||||
# No dependencies
|
||||
./types.nix
|
||||
# No dependencies
|
||||
./misc.nix
|
||||
# No dependencies
|
||||
./disko.nix
|
||||
# Requires misc
|
||||
./net.nix
|
||||
]
|
||||
)
|
||||
final
|
||||
prev
|
Loading…
Add table
Add a link
Reference in a new issue