mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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": {
|
||||
"owner": "Cloudef",
|
||||
"repo": "zig2nix",
|
||||
"rev": "b6655dcc31af1b20d4e112306c46c110ce5d967d",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -1184,6 +1185,7 @@
|
|||
"original": {
|
||||
"owner": "zigtools",
|
||||
"repo": "zls",
|
||||
"rev": "ef50085f7b7136c1e1b26438141bb005743f38c1",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue