shell.nix

1{ pkgs ? import <nixpkgs> { } }:
2
3pkgs.mkShell { packages = [ pkgs.gleam pkgs.erlang_28 pkgs.sqlc ]; }