For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Refine Bun install in Flake hook

+1 -1
+1 -1
flake.nix
··· 69 69 shellHook = '' 70 70 export LD_LIBRARY_PATH="${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH" 71 71 72 - bun i --cwd=client/ 72 + bun install --cwd=client/ --silent --only-missing 73 73 echo "❄️ dev environment loaded" 74 74 just --list 75 75 echo "use just to run them."