From 24acd1b1a3ae491f9e4e394e96332073cfb3adcc Mon Sep 17 00:00:00 2001 From: DashieTM Date: Mon, 3 Mar 2025 08:01:08 +0100 Subject: [PATCH] Include fsautocomplete again --- modules/programs/coding.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/coding.nix b/modules/programs/coding.nix index c26d365..f69835d 100644 --- a/modules/programs/coding.nix +++ b/modules/programs/coding.nix @@ -229,7 +229,7 @@ netcoredbg #fsharp fsharp - #fsautocomplete + fsautocomplete ]; example = []; type = with lib.types; listOf package;