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.

simplify shell hook greeting

+2 -6
+2 -6
flake.nix
··· 69 69 shellHook = '' 70 70 export LD_LIBRARY_PATH="${pkgs.lib.makeLibraryPath libraries}:$LD_LIBRARY_PATH" 71 71 72 - bun install --cwd=client/ --silent --only-missing 73 - echo "❄️ dev environment loaded" 74 - just --list 75 - echo "use just to run them." 76 - mise tasks 77 - echo "use mise run to run them." 72 + bun install --cwd=client/ --silent --only-missing 73 + echo "❄️ dev environment loaded, use 'just dev' next, or use either 'just --list' or 'mise tasks' for recipies." 78 74 ''; 79 75 }; 80 76 }