This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
12
deploy/default.nix
Normal file
12
deploy/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
deployPkgs,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}@params:
|
||||
with pkgs.lib;
|
||||
pipe ./. [
|
||||
self.lib.loadSubmodulesFrom
|
||||
(map (f: (import f params)))
|
||||
(foldl recursiveUpdate { })
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue