···12121313## quickstart
1414the general flow goes like:
1515-1. use the `gleam2nix gen-nix` tool to generate a `gleam.nix` file from your gleam project's `manifest.toml`
1515+1. use the `gleam2nix generate` tool to generate a `gleam.nix` file from your gleam project's `manifest.toml`
16162. call `buildGleamApplication` to produce a derivation for your project
17171818to get gleam2nix imported, pick one of the following based on your project structure:
···5353}
5454```
55555656-run `gleam2nix gen-nix` in the root of your project (ie. the folder containing your `manifest.toml`) to get a `gleam.nix` file. you can then pass it to a `buildGleamApplication` call to get your derivation:
5656+run `gleam2nix generate` in the root of your project (ie. the folder containing your `manifest.toml`) to get a `gleam.nix` file. you can then pass it to a `buildGleamApplication` call to get your derivation:
5757```nix
5858buildGleamApplication {
5959 pname = "my-gleam-application";