flake.nix: remove yaml lsp

This commit is contained in:
notohh 2023-04-23 22:55:21 -04:00
parent 745f05e357
commit 1bab460d70
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -30,7 +30,6 @@
name = "snowflake"; name = "snowflake";
packages = with pkgs; [ packages = with pkgs; [
nil nil
yaml-language-server
alejandra alejandra
git git
]; ];