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 2345849d ad57f63a

+2 -7
+2 -7
templates/minimal/README.md
··· 1 - This template is an example of how to use flake-file without introducing new dependencies 2 - to your existing flake. 3 - 4 - This flake is the result of doing this bootstrap step (taken form the guide): 1 + his flake is the result of doing this bootstrap step (taken form the guide): 5 2 6 3 ```shell 7 4 mv flake.nix flake-file.nix 8 - nix-shell https://github.com/vic/flake-file/archive/main.tar.gz \ 9 - -A flake-file.sh --run write-flake \ 10 - --arg modules ./flake-file.nix --argstr outputs flake-file 5 + nix-shell https://github.com/vic/flake-file/archive/main.tar.gz -A flake-file.sh --run bootstrap 11 6 ```