Skip to content

Commit e34a882

Browse files
committedJul 25, 2023
devShell: add comment when entering shellHook about the copying happening in /tmp/nrf-nix
1 parent 10ddbc0 commit e34a882

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@
7676
};
7777
in pkgs.mkShell {
7878
shellHook = ''
79-
# export GNUARMEMB_TOOLCHAIN_PATH=${pkgs.gcc-arm-embedded-11}
79+
# export GNUARMEMB_TOOLCHAIN_PATH=$#{pkgs.gcc-arm-embedded-11}
8080
81+
echo "Creating mutable west workspace in /tmp/nrf-nix and forcing VSCode to use it"
8182
rm -rf /tmp/nrf-nix
8283
cp -r --no-preserve=mode ${westWorkspace} /tmp/nrf-nix
8384

0 commit comments

Comments
 (0)
Please sign in to comment.