KSP-30-Hack/shell.nix

5 lines
129 B
Nix
Raw Normal View History

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