home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 4317fe7b15794830c35f17269218b552ef7e532d
parent e3cd0fbbffdc5fdd2d749731f706a84cd2e1aa93
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 18 Mar 2024 05:26:22 +0100

users/vincent: remove rnix-lsp

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/nix.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/dev/nix.nix b/users/vincent/dev/nix.nix @@ -7,6 +7,6 @@ nix-update nixpkgs-review nix-prefetch-scripts - rnix-lsp + # rnix-lsp ]; }