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