llynx: playing with pathplanner
This commit is contained in:
parent
1162fd96c0
commit
c359a986a8
2 changed files with 11 additions and 0 deletions
hosts/llynx
|
@ -18,6 +18,13 @@
|
|||
})
|
||||
];
|
||||
|
||||
# boot.binfmt.emulatedSystems = [
|
||||
# "x86_64-linux"
|
||||
# ];
|
||||
|
||||
# Install/enable all proprietary firmware
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
snowhawk = {
|
||||
filesystem.enable = true;
|
||||
user.enable = true;
|
||||
|
|
|
@ -63,6 +63,10 @@
|
|||
wpilib.shuffleboard
|
||||
wpilib.datalogtool
|
||||
elastic-dashboard
|
||||
pathplanner
|
||||
# inputs.frc-nix.packages."x86_64-linux".pathplanner
|
||||
|
||||
box64
|
||||
openjdk17-bootstrap
|
||||
(vscode-with-extensions.override {
|
||||
vscodeExtensions = with vscode-extensions; [
|
||||
|
|
Loading…
Reference in a new issue