From 06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 2 Apr 2023 22:28:09 +0300 Subject: Update to latest zig --- src/switch.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/switch.zig') diff --git a/src/switch.zig b/src/switch.zig index e5d243f..f90f7d7 100644 --- a/src/switch.zig +++ b/src/switch.zig @@ -1,6 +1,6 @@ const std = @import("std"); const xdg = @import("xdg"); -const zup = @import("zup"); +const zup = @import("root"); const Config = zup.Config; const Installation = zup.Installation; -- cgit v1.2.3