dotfiles/dev-shells/motion.nix
2024-04-21 13:15:23 +02:00

17 lines
210 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost173
openssl
doxygen
graphviz
ninja
clang_10
flatbuffers
fmt
gtest
];
}