From c88d064bf64be85f4f9f558e86ac5e92adb34ddf Mon Sep 17 00:00:00 2001 From: Vikingnope Date: Thu, 11 Dec 2025 13:10:57 +0100 Subject: [PATCH] removed some comments --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 74b29e5..d0c7e80 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ zig-overlay.url = "github:mitchellh/zig-overlay"; zig-overlay.inputs.nixpkgs.follows = "nixpkgs"; - # Added ZLS input zls.url = "github:zigtools/zls"; zls.inputs.nixpkgs.follows = "nixpkgs"; zls.inputs.zig-overlay.follows = "zig-overlay"; @@ -20,7 +19,7 @@ nixpkgs, flake-utils, zig-overlay, - zls, # Added zls to arguments + zls, }: flake-utils.lib.eachDefaultSystem ( system: