All of this information is also included in the README.md
Initialize using
nix flake init --template "github:nulladmin1/nix-flake-templates#bash"
OR
nix flake init --template "github:nulladmin1/nix-flake-templates#sh"
This is the structure of the template:
📦 bash
├── ⚙️ .envrc
├── 📃 README.md
├── ❄️ flake.nix
└── 🐚 hello.sh
nix run
nix develop
(Optional) Format flake.nix
using Alejandra
nix fmt