KSP-30-Hack/shell.nix

5 lines
117 B
Nix
Raw Normal View History

2021-08-14 00:26:54 +02:00
{ pkgs ? import <nixos> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ arduino git arduino-cli picocom ];
}