Skip to content

Commit 6e6b4f1

Browse files
committed
feat: add flox template
1 parent 5c795da commit 6e6b4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function init(
3131
if (!template) {
3232
console.log(`${cyan("?")} Choose a template: `);
3333
template = await pkgx.run(
34-
`gum choose pkgx nix devbox homebrew devenv`,
34+
`gum choose pkgx nix devbox homebrew devenv flox`,
3535
"piped"
3636
);
3737
await Deno.stdout.write(new TextEncoder().encode(magenta(template)));

0 commit comments

Comments
 (0)