We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fcfbef + b09c3e5 commit a54683aCopy full SHA for a54683a
README.md
@@ -183,6 +183,13 @@ multiple custom formats. `nixosGenerate` will then match against these custom f
183
];
184
format = "vmware";
185
186
+ # optional arguments:
187
+ # explicit nixpkgs and lib:
188
+ # pkgs = nixpkgs.legacyPackages.x86_64-linux;
189
+ # lib = nixpkgs.legacyPackages.x86_64-linux.lib;
190
+ # additional arguements to pass to modules:
191
+ # specialArgs = { myExtraArg = "foobar"; };
192
+
193
# you can also define your own custom formats
194
# customFormats = { "myFormat" = <myFormatModule>; ... };
195
# format = "myFormat";
0 commit comments