cmark/shell.nix

13 lines
136 B
Nix
Raw Normal View History

2022-09-08 17:04:32 +00:00
with (import <nixpkgs> {});
mkShell {
buildInputs = [
clangStdenv
cmake
gdb
python3
perl
re2c
curl
2022-09-08 15:56:57 +00:00
];
}