homeostasis/shell.nix

6 lines
94 B
Nix
Raw Normal View History

2023-02-25 01:16:39 +01:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
2023-03-15 01:41:23 +01:00
mkShell { buildInputs = [ platformio clang ]; }