Files
FastAccelStepper/shell.nix
2024-12-22 05:22:46 +03:00

5 lines
132 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ picocom grabserial clang wxmaxima gcc libelf ];
}