ch32-dimmer-node/shell.nix
2025-03-11 00:45:59 +01:00

9 lines
130 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
gcc
gnumake
rustup
wlink
];
}