forked from M-Labs/it-infra
nixops: use correct openocd package for rpi
This commit is contained in:
parent
ef492c5710
commit
276d651b96
|
@ -55,13 +55,13 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
services.udev.packages = [ artiq.packages.x86_64-linux.openocd-bscanspi ];
|
services.udev.packages = [ artiq.packages.aarch64-linux.openocd-bscanspi ];
|
||||||
services.udev.extraRules = (import ./extra-udev.nix);
|
services.udev.extraRules = (import ./extra-udev.nix);
|
||||||
|
|
||||||
documentation.enable = false;
|
documentation.enable = false;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
psmisc wget vim git sshfs usbutils uhubctl lm_sensors file mosh tmux
|
psmisc wget vim git sshfs usbutils uhubctl lm_sensors file mosh tmux
|
||||||
artiq.packages.x86_64-linux.openocd-bscanspi
|
artiq.packages.aarch64-linux.openocd-bscanspi
|
||||||
xc3sprog
|
xc3sprog
|
||||||
screen gdb minicom picocom
|
screen gdb minicom picocom
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue