flake.lock: Update

This commit is contained in:
Gaetan Lepage 2024-01-02 13:43:56 +01:00 committed by Gaétan Lepage
parent 63db4990bd
commit e688754854

View file

@ -123,7 +123,9 @@
installCargo = true; installCargo = true;
installRustc = true; installRustc = true;
}; };
sourcekit.enable = true; # As of 2023-12-13, sourcekit-lsp is broken
# TODO: re-enable this test when fixed
sourcekit.enable = false;
svelte.enable = true; svelte.enable = true;
tailwindcss.enable = true; tailwindcss.enable = true;
taplo.enable = true; taplo.enable = true;