wasp-lang/wasp

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

Open

#2568 aperta il 24 mar 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Haskell (227 fork)batch import
help wanted

Metriche repository

Star
 (4229 star)
Metriche merge PR
 (Merge medio 2g 16h) (85 PR mergiate in 30 g)

Descrizione

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

Guida contributor