mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Use zls master
This commit is contained in:
parent
ca93914ab0
commit
c5233152cf
3 changed files with 154 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue