A modified version of Wafrn used on https://wf.jbc.lol (mirror of https://git.jbc.lol/jbcrn/wf.jbc.lol which is a mirror of https://codeberg.org/jbcarreon123/wf.jbc.lol)
at development 8 lines 255 B view raw
1{ 2 pkgs ? import <nixpkgs> { }, 3}: 4 5pkgs.mkShell { 6 buildInputs = with pkgs; [ nodejs_24 jq ]; 7 shellHook = "echo \"Use \"npm run frontend:develop:prod\" to start the development server, make sure to clear your cache if you run a switch servers!\""; 8}