summaryrefslogtreecommitdiffstats
path: root/dev-shell.sh
blob: d6cb1645537b9228c665996bafbd7cefbe443c6a (plain)
1
2
3
4
5
6
7
8
9
10
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