stellar_prune/shell.nix
2025-11-30 15:44:22 +01:00

11 lines
162 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
gleam
erlang
watchexec
python3
python3Packages.livereload
];
}