···1213## quickstart
14the general flow goes like:
15-1. use the `gleam2nix gen-nix` tool to generate a `gleam.nix` file from your gleam project's `manifest.toml`
162. call `buildGleamApplication` to produce a derivation for your project
1718to get gleam2nix imported, pick one of the following based on your project structure:
···53}
54```
5556-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:
57```nix
58buildGleamApplication {
59 pname = "my-gleam-application";
···1213## quickstart
14the general flow goes like:
15+1. use the `gleam2nix generate` tool to generate a `gleam.nix` file from your gleam project's `manifest.toml`
162. call `buildGleamApplication` to produce a derivation for your project
1718to get gleam2nix imported, pick one of the following based on your project structure:
···53}
54```
5556+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:
57```nix
58buildGleamApplication {
59 pname = "my-gleam-application";