From d360ec6dced1b705503b308d6a40235f7138cb83 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 10 Nov 2019 23:01:22 +0100 Subject: [PATCH] shell.nix: cd in shellHook --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 20ce061..325e61c 100644 --- a/shell.nix +++ b/shell.nix @@ -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." ''; }