summaryrefslogtreecommitdiff
path: root/shell.nix
blob: 6f61d989d221a79cf27c562cef3ba62094a87fe5 (plain)
1
2
3
4
5
6
with import <nixpkgs> {}; mkShellNoCC {
	nativeBuildInputs = [
		bmake
		clang
	];
}