don't prefix warning

This commit is contained in:
Mitchell Hashimoto
2023-03-24 20:19:04 -07:00
parent 19106575eb
commit 3be86cc79a

View File

@ -223,8 +223,6 @@ pub fn build(b: *std.Build) !void {
if (is_nixos and env.get("IN_NIX_SHELL") == null) {
try exe.step.addError(
"\x1b[" ++ color_map.get("yellow").? ++
"\x1b[" ++ color_map.get("b").? ++
"WARNING: " ++
"\x1b[" ++ color_map.get("d").? ++
\\Detected building on and for NixOS outside of the Nix shell enviornment.
\\