controller-legacy/shell.nix

9 lines
130 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
cmake
sqlite
util-linux
wiringpi
];
}