fixup! flake: use direnv

This commit is contained in:
Guanran Wang 2024-09-14 19:27:49 +08:00
parent 21e917990e
commit 0e8168454e
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -30,7 +30,8 @@
### nix develop
devShells.default = pkgs.mkShellNoCC {
nativeBuildInputs = with pkgs; [
packages = with pkgs; [
lua-language-server
stylua
];
};