From 96d6a446e153582ba6277bda748587604fdd8b28 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 10 Jul 2024 19:23:24 +0800 Subject: [PATCH] apps/run-workflow-with-vm/docs: make clearer file structure for extra modules --- apps/run-workflow-with-vm/README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/run-workflow-with-vm/README.adoc b/apps/run-workflow-with-vm/README.adoc index e061a454..f9a42c8c 100644 --- a/apps/run-workflow-with-vm/README.adoc +++ b/apps/run-workflow-with-vm/README.adoc @@ -24,8 +24,11 @@ It is expected that the extra configuration folder is structured similarly to th ./extra-config-stuff └── modules ├── home-manager + │ └── default.nix ├── nixvim + │ └── default.nix └── nixos + └── default.nix ---- Once you have an folder containing those extra snippets, you can simply include them like so.