···5566import { Aside } from '@astrojs/starlight/components';
7788+<Aside title="Working Example" icon="nix">
99+You can use [`templates/minimal`](https://github.com/vic/flake-file/tree/main/templates/minimal) as a working example and safe sandbox to experiment.
1010+</Aside>
1111+812## The bootstrap magic step.
9131014```shell
···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):
55+66+```shell
77+mv 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
1111+```