Personal Nix setup
0
fork

Configure Feed

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

Disable corepack autopinning

+1
+1
modules/js.nix
··· 4 4 environment.variables = { 5 5 PNPM_HOME = "$HOME/.local/share/pnpm"; 6 6 BUN_RUNTIME_TRANSPILER_CACHE_PATH = "$HOME/.cache/bun/install/cache/@t@"; 7 + COREPACK_ENABLE_AUTO_PIN = "0"; 7 8 }; 8 9 9 10 environment.systemPackages = (with pkgs; [