Update devshell

This commit is contained in:
Gabriel Arazas 2023-02-26 12:33:37 +08:00
parent 0be49e8295
commit 581ff4ed38
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -16,7 +16,6 @@ mkShell {
];
packages = [
bundix
git
go
hugo
@ -29,6 +28,9 @@ mkShell {
rufo # ...for Ruby.
nixpkgs-fmt # ...for Nix.
nodePackages.prettier # ...for the web files.
# Language servers...
rnix-lsp # ...for Nix.
];
shellHook = ''