pin zig2nix/zls

This commit is contained in:
Daylin Morgan 2024-07-16 10:29:03 -05:00
parent 560f9eebc0
commit f8d3b6aefd
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 5 additions and 2 deletions

View file

@ -1160,6 +1160,7 @@
"original": { "original": {
"owner": "Cloudef", "owner": "Cloudef",
"repo": "zig2nix", "repo": "zig2nix",
"rev": "b6655dcc31af1b20d4e112306c46c110ce5d967d",
"type": "github" "type": "github"
} }
}, },
@ -1184,6 +1185,7 @@
"original": { "original": {
"owner": "zigtools", "owner": "zigtools",
"repo": "zls", "repo": "zls",
"rev": "ef50085f7b7136c1e1b26438141bb005743f38c1",
"type": "github" "type": "github"
} }
} }

View file

@ -26,12 +26,13 @@
hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1";
hyprland-contrib.url = "github:hyprwm/contrib"; hyprland-contrib.url = "github:hyprwm/contrib";
# revert to main after https://github.com/zigtools/zls/pull/1958
zig2nix = { zig2nix = {
url = "github:Cloudef/zig2nix"; url = "github:Cloudef/zig2nix/b6655dcc31af1b20d4e112306c46c110ce5d967d";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
zls = { zls = {
url = "github:zigtools/zls"; url = "github:zigtools/zls/ef50085f7b7136c1e1b26438141bb005743f38c1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
roc = { roc = {