1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Use zls master

This commit is contained in:
RGBCube 2023-12-09 00:12:18 +03:00
parent ca93914ab0
commit c5233152cf
No known key found for this signature in database
3 changed files with 154 additions and 4 deletions

View file

@ -81,6 +81,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
zls = {
url = "github:zigtools/zls";
inputs.nixpkgs.follows = "nixpkgs";
};
tools = {
url = "github:RGBCube/FlakeTools";
inputs.nixpkgs.follows = "nixpkgs";
@ -106,7 +111,7 @@
upkgs = tools.recursiveUpdateMap (name: {
${name} = inputs.${name}.packages.${system}.default;
}) [ "nixSuper" "hyprland" "hyprpicker" "ghostty" ];
}) [ "nixSuper" "hyprland" "hyprpicker" "ghostty" "zls" ];
lib = nixpkgs.lib;