feat: shell hook to let me use Gust

This commit is contained in:
Nickiel12 2022-12-10 22:10:12 -08:00
parent 8ce900e116
commit b9a5e5d2b4

View file

@ -17,4 +17,8 @@ pkgs.mkShell {
];
RUST_BACKTRACE = 1;
shellHook = ''
alias gust=/home/nixolas/Documents/Gust/target/debug/gust
'';
}