nix: drop noisy echos from devshell

Drop all the printing when entering a devshell. It's annoying, and not a
super accurate description of how to develop exo anyway.
This commit is contained in:
Jake Hillion
2026-01-13 19:17:14 +00:00
committed by Evan Quiney
parent e4a01e2b0e
commit bdb43e1dbb

View File

@@ -131,9 +131,6 @@
export PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="${pkgs.openssl.out}/lib:$LD_LIBRARY_PATH"
''}
echo
echo "🍎🍎 Run 'just <recipe>' to get started"
just --list
'';
};
};