mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 22:30:44 -06:00
pin zig2nix/zls
This commit is contained in:
parent
560f9eebc0
commit
f8d3b6aefd
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue