mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -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
|
enableAttrs
|
||||||
pkgsFromSystem
|
pkgsFromSystem
|
||||||
pkgFromSystem
|
pkgFromSystem
|
||||||
|
overlayFrom
|
||||||
;
|
;
|
||||||
inherit (lib.filesystem) listFilesRecursive;
|
inherit (lib.filesystem) listFilesRecursive;
|
||||||
|
|
||||||
|
@ -66,6 +67,7 @@ let
|
||||||
hostName
|
hostName
|
||||||
pkgFrom
|
pkgFrom
|
||||||
pkgsFrom
|
pkgsFrom
|
||||||
|
overlayFrom
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue