| ... | ... | @@ -44,6 +44,7 @@ pub fn create_depszig(alloc: std.mem.Allocator, cachepath: string, dir: std.fs.D |
| 44 | 44 | defer f.close(); |
| 45 | 45 | |
| 46 | 46 | const w = f.writer(); |
| 47 | try w.writeAll("// zig fmt: off\n"); |
| 47 | 48 | try w.writeAll("const std = @import(\"std\");\n"); |
| 48 | 49 | try w.writeAll("const builtin = @import(\"builtin\");\n"); |
| 49 | 50 | try w.writeAll("const Pkg = std.build.Pkg;\n"); |