mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add overlayFrom to generator
This commit is contained in:
parent
5fc5e370be
commit
de50002f38
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ let
|
|||
enableAttrs
|
||||
pkgsFromSystem
|
||||
pkgFromSystem
|
||||
overlayFrom
|
||||
;
|
||||
inherit (lib.filesystem) listFilesRecursive;
|
||||
|
||||
|
@ -66,6 +67,7 @@ let
|
|||
hostName
|
||||
pkgFrom
|
||||
pkgsFrom
|
||||
overlayFrom
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue