Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Default Settings

zorrobert edited this page Nov 13, 2024 · 2 revisions

Most Shopdev options have a default value, which is set to allow for a "turnkey" configuration.

Javascript and Node

Shopdev uses the nodejs-18_x package by default. You can change it by adding languages.javascript.package = lib.mkForce pkgs.nodejs_20; to the end of your devenv.nix or devenv.nix.local file. You can search for your Node version on search.nixos.org.

Clone this wiki locally