mirror of
https://github.com/vale981/KSP-30-Hack
synced 2025-03-04 08:51:38 -05:00
4 lines
129 B
Nix
4 lines
129 B
Nix
{ pkgs ? import <nixos> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ arduino git arduino-cli picocom clang-tools ];
|
|
}
|