feat: shell hook to let me use Gust
This commit is contained in:
parent
8ce900e116
commit
b9a5e5d2b4
1 changed files with 4 additions and 0 deletions
|
@ -17,4 +17,8 @@ pkgs.mkShell {
|
|||
];
|
||||
|
||||
RUST_BACKTRACE = 1;
|
||||
|
||||
shellHook = ''
|
||||
alias gust=/home/nixolas/Documents/Gust/target/debug/gust
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue