summaryrefslogtreecommitdiffstats
path: root/dev-shell.sh
diff options
context:
space:
mode:
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