coffee-scale/shell.nix
2025-04-13 01:27:25 +02:00

9 lines
119 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
adafruit-ampy
micropython
];
}