summaryrefslogtreecommitdiffstats
path: root/dev-shell.sh
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 03:46:19 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2024-06-25 04:02:40 +0200
commit7fb80a8b34473f81392303fc167819849a3899ff (patch)
tree9946b4a68464266c664a07711d2c727ab0856f82 /dev-shell.sh
downloadrust-microbit-guix-template-7fb80a8b34473f81392303fc167819849a3899ff.tar.gz
rust-microbit-guix-template-7fb80a8b34473f81392303fc167819849a3899ff.zip
Initial commit!HEADmaster
Diffstat (limited to 'dev-shell.sh')
-rwxr-xr-xdev-shell.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-shell.sh b/dev-shell.sh
new file mode 100755
index 0000000..d6cb164
--- /dev/null
+++ b/dev-shell.sh
@@ -0,0 +1,11 @@
1#!/usr/bin/env -S guix shell -m manifest.scm -- bash
2
3export PATH="$PATH:$(realpath ~/)/.cargo/bin"
4
5if ! which probe-rs; then
6 guix shell cmake make pkg-config eudev -- cargo install probe-rs-tools;
7fi
8
9nohup emacs &
10bash
11