Skip to content

Commit

Permalink
🧑‍💻 Add .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 8, 2024
1 parent 978678e commit b2e291d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# shellcheck shell=bash
if command -v cl6x &>/dev/null; then
export C6X_C_DIR="$(dirname "$(dirname "$(realpath "$(command -v cl6x)")")")"
C6X_C_DIR="$C6X_C_DIR/include;$C6X_C_DIR/lib"
fi
# ex: filetype=sh
14 changes: 0 additions & 14 deletions shell.nix

This file was deleted.

0 comments on commit b2e291d

Please sign in to comment.