function nixshp nix-shell --run "fish" -p $argv end alias n14="nixshp nodejs-slim_14 yarn" alias n14dev="n14 --run 'pnpm dev'" alias n19="nixshp nodejs-slim_19 yarn" alias n19dev="n19 --run 'pnpm dev'"