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

Update README.md

authored by oeiuwq.com and committed by

GitHub 3ca6efed 2345849d

+2 -2
+2 -2
README.md
··· 9 9 <a href="LICENSE"> <img src="https://img.shields.io/github/license/vic/flake-file" alt="License"/> </a> 10 10 </p> 11 11 12 - ### Generate `flake.nix`/`unflake.nix`/`npins`/`nixlock` from inputs defined as module options. 12 + # Non-static Nix on your flake inputs! Define custom Output schemas. 13 13 14 14 > `flake-file` and [vic](https://bsky.app/profile/oeiuwq.bsky.social)'s [dendritic libs](https://dendritic.oeiuwq.com) made for you with Love++ and AI--. If you like my work, consider [sponsoring](https://dendritic.oeiuwq.com/sponsor) 15 15 ··· 21 21 22 22 - You can use `lib.mkDefault` or anything you normally do with the Nix language, and have them reflected in flake.nix. 23 23 - Your inputs follow a **typed Input Schema**. 24 - - Your outputs can be defined on a **typed Output Schema**. 24 + - Your outputs can be defined on a **typed Output Schema** [example](templates/minimal/flake-file.nix). 25 25 26 26 > Despite the original flake-oriented name, it NOW also works on _stable Nix_, non-flakes environments via [npins](templates/npins), [unflake](templates/unflake), [nixlock](https://codeberg.org/FrdrCkII/nixlock) 27 27