From bdb43e1dbb331a3fdf83ff65c0ea2765dd54065a Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Tue, 13 Jan 2026 19:17:14 +0000 Subject: [PATCH] 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. --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5c7a56cf..15df8eef 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ' to get started" - just --list ''; }; };