@highstate/library 0.9.33 → 0.9.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/dist/index.js CHANGED
@@ -3318,10 +3318,16 @@ var inlineFlake = defineUnit({
3318
3318
  * The code of the `flake.nix` file.
3319
3319
  *
3320
3320
  * In this code you can reference other flakes, modules, files, and folders by their names.
3321
+ * The inputs for them will be automatically added to the `inputs` attribute of the flake.
3322
+ *
3323
+ * You can run this component to see the generated `flake.nix` file in pages.
3321
3324
  */
3322
3325
  code: $addArgumentDescription(z.string().meta({ language: "nix" }), `The code of the \`flake.nix\` file.
3323
3326
 
3324
- In this code you can reference other flakes, modules, files, and folders by their names.`)
3327
+ In this code you can reference other flakes, modules, files, and folders by their names.
3328
+ The inputs for them will be automatically added to the \`inputs\` attribute of the flake.
3329
+
3330
+ You can run this component to see the generated \`flake.nix\` file in pages.`)
3325
3331
  },
3326
3332
  inputs: {
3327
3333
  files: {