llynx: playing with pathplanner

This commit is contained in:
Zynh Ludwig 2025-03-18 20:25:12 -07:00
parent 1162fd96c0
commit c359a986a8
2 changed files with 11 additions and 0 deletions

View file

@ -18,6 +18,13 @@
}) })
]; ];
# boot.binfmt.emulatedSystems = [
# "x86_64-linux"
# ];
# Install/enable all proprietary firmware
hardware.enableAllFirmware = true;
snowhawk = { snowhawk = {
filesystem.enable = true; filesystem.enable = true;
user.enable = true; user.enable = true;

View file

@ -63,6 +63,10 @@
wpilib.shuffleboard wpilib.shuffleboard
wpilib.datalogtool wpilib.datalogtool
elastic-dashboard elastic-dashboard
pathplanner
# inputs.frc-nix.packages."x86_64-linux".pathplanner
box64
openjdk17-bootstrap openjdk17-bootstrap
(vscode-with-extensions.override { (vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [ vscodeExtensions = with vscode-extensions; [