7 lines
85 B
Nix
7 lines
85 B
Nix
with import <nixpkgs> {}; mkShellNoCC {
|
|
nativeBuildInputs = [
|
|
bmake
|
|
clang
|
|
];
|
|
}
|