diff --git a/flake.lock b/flake.lock index d4865b7..c149beb 100644 --- a/flake.lock +++ b/flake.lock @@ -1160,6 +1160,7 @@ "original": { "owner": "Cloudef", "repo": "zig2nix", + "rev": "b6655dcc31af1b20d4e112306c46c110ce5d967d", "type": "github" } }, @@ -1184,6 +1185,7 @@ "original": { "owner": "zigtools", "repo": "zls", + "rev": "ef50085f7b7136c1e1b26438141bb005743f38c1", "type": "github" } } diff --git a/flake.nix b/flake.nix index c7ad736..e94b795 100644 --- a/flake.nix +++ b/flake.nix @@ -26,12 +26,13 @@ hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; hyprland-contrib.url = "github:hyprwm/contrib"; + # revert to main after https://github.com/zigtools/zls/pull/1958 zig2nix = { - url = "github:Cloudef/zig2nix"; + url = "github:Cloudef/zig2nix/b6655dcc31af1b20d4e112306c46c110ce5d967d"; inputs.nixpkgs.follows = "nixpkgs"; }; zls = { - url = "github:zigtools/zls"; + url = "github:zigtools/zls/ef50085f7b7136c1e1b26438141bb005743f38c1"; inputs.nixpkgs.follows = "nixpkgs"; }; roc = {