Make nixd/nixfmt global

This commit is contained in:
2026-07-12 18:36:17 +01:00
parent ac284e6cfb
commit 2daaf64e9b
2 changed files with 6 additions and 4 deletions
-3
View File
@@ -53,9 +53,6 @@
# For development
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
nixd
nixfmt
lua-language-server
stylua
];