MatthewCroughan / nixinate

Another NixOS Deployment Tool - Nixinate your systems 🕶️
MIT License
240 stars 32 forks source link

Add flakePath and flakeArgs options #55

Open Arbel-arad opened 2 weeks ago

Arbel-arad commented 2 weeks ago

I added these options to make nixinate work with flakes that include submodules.

for my system they are set:

flakeArgs = "?submodules=1";
flakePath = "/etc/nixos";