Skip to content

Commit ae6696d

Browse files
committed
chore: Add direnv's .envrc and update BACKLOG.md
1 parent c1c86f1 commit ae6696d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.envrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# shellcheck shell=bash
2+
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
3+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
4+
fi
15
use flake

docs/BACKLOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- [x] RealVectorStateSpace
1010
- [x] SO2
1111
- [x] SO3
12-
- [/] CompoundStateSpace
13-
- [ ] SE2
14-
- [ ] SE3
12+
- [x] CompoundStateSpace
13+
- [x] SE2
14+
- [x] SE3
1515
- [x] Refactor Python Bindings module: `oxmpl-py`:
1616
- ~Its a mess right now...~
1717
- May revisit this later

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
6161
uv pip install pre-commit
6262
pre-commit install
63-
zsh
63+
# zsh
6464
'';
6565
};
6666
});

0 commit comments

Comments
 (0)