From 7fb80a8b34473f81392303fc167819849a3899ff Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Tue, 25 Jun 2024 03:46:19 +0200 Subject: Initial commit! --- dev-shell.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 dev-shell.sh (limited to 'dev-shell.sh') 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 @@ +#!/usr/bin/env -S guix shell -m manifest.scm -- bash + +export PATH="$PATH:$(realpath ~/)/.cargo/bin" + +if ! which probe-rs; then + guix shell cmake make pkg-config eudev -- cargo install probe-rs-tools; +fi + +nohup emacs & +bash + -- cgit v1.2.3