diff --git a/shell.nix b/shell.nix index 498682e..8141a13 100644 --- a/shell.nix +++ b/shell.nix @@ -17,4 +17,8 @@ pkgs.mkShell { ]; RUST_BACKTRACE = 1; + + shellHook = '' + alias gust=/home/nixolas/Documents/Gust/target/debug/gust + ''; }