controller-legacy/shell.nix

10 lines
130 B
Nix
Raw Normal View History

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