[object Object]

← back to Exo

nix: drop noisy echos from devshell

bdb43e1dbb331a3fdf83ff65c0ea2765dd54065a · 2026-01-13 19:17:14 +0000 · Jake Hillion

Drop all the printing when entering a devshell. It's annoying, and not a
super accurate description of how to develop exo anyway.

Files touched

Diff

commit bdb43e1dbb331a3fdf83ff65c0ea2765dd54065a
Author: Jake Hillion <jake@hillion.co.uk>
Date:   Tue Jan 13 19:17:14 2026 +0000

    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 <recipe>' to get started"
-              just --list
             '';
           };
         };

← e4a01e2b chore(deps): nix lock file maintenance  ·  back to Exo  ·  nix: add Rust builds with crane and fenix e6434ec4 →