From b9a5e5d2b48b4bf3309db046fadcd4113e043f58 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 10 Dec 2022 22:10:12 -0800 Subject: [PATCH] feat: shell hook to let me use Gust --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 + ''; }