wasp-lang/wasp

[Feature]: Use nix to provide a consistent development environment so that templates and demos can be used out of the box

Aberta

#2.568 aberto em 24 de mar. de 2025

 (2 comentários) (0 reação) (0 responsável)Haskell (227 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.229 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Specific implementation steps

  1. Add a link to how to install nix in Linux and MacOS and WSL in README.md.

  2. Add flake.nix to the template and demo

  3. flake.nix uses devenv and direnv as well as flake-parts, provides package management tools such as bun or pnpm, adds node-lts runtime, and enables postgres services

  4. Describe the startup command in README

Guia do colaborador