shell.nix: cd in shellHook

master
Astro 2019-11-10 23:01:22 +01:00
parent 7efc95941b
commit d360ec6dce
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation {
RUST_COMPILER_RT_ROOT = "${rustcSrc}/src/llvm-project/compiler-rt";
shellHook = ''
cd firmware
echo "Run 'cargo xbuild --release' to build."
'';
}