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

#2,568 opened on Mar 24, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Haskell (227 forks)batch import
help wanted

Repository metrics

Stars
 (4,229 stars)
PR merge metrics
 (Avg merge 1d 10h) (88 merged PRs in 30d)

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

Contributor guide