···11-This template is an example of how to use flake-file without introducing new dependencies
22-to your existing flake.
33-44-This flake is the result of doing this bootstrap step (taken form the guide):
11+his flake is the result of doing this bootstrap step (taken form the guide):
5263```shell
74mv flake.nix flake-file.nix
88-nix-shell https://github.com/vic/flake-file/archive/main.tar.gz \
99- -A flake-file.sh --run write-flake \
1010- --arg modules ./flake-file.nix --argstr outputs flake-file
55+nix-shell https://github.com/vic/flake-file/archive/main.tar.gz -A flake-file.sh --run bootstrap
116```