Generate flake.nix from module options. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic nix inputs

Update index.mdx

authored by oeiuwq.com and committed by

GitHub 888a354f 7fe62cce

+11
+11
docs/src/content/docs/index.mdx
··· 43 43 **A**: It's a subset of Nix that doesn't allow computation in the flake metadata attributes. 44 44 </Aside> 45 45 46 + ### [Single Step Adoption](https://flake-file.oeiuwq.com/tutorials/migrate-traditional-flake/) 47 + 48 + ```shell 49 + mv flake.nix flake-file.nix 50 + nix-shell https://github.com/vic/flake-file/archive/main.tar.gz \ 51 + -A flake-file.sh --run write-flake \ 52 + --arg modules ./flake-file.nix --argstr outputs flake-file 53 + ``` 54 + 55 + ### Features 56 + 46 57 <CardGrid> 47 58 <Card title="Modular Inputs" icon="puzzle"> 48 59 Define `flake.nix` inputs in separate modules using the Nix module system and the **real** Nix language features. Use `lib.mkDefault` or interpolate Nix expressions, etc.