From f8d3b6aefd2d97e60eb204a8a3e11e2c325dfd7b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 16 Jul 2024 10:29:03 -0500 Subject: [PATCH] pin zig2nix/zls --- flake.lock | 2 ++ flake.nix | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 = {