mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
Update devshell
This commit is contained in:
parent
0be49e8295
commit
581ff4ed38
@ -16,7 +16,6 @@ mkShell {
|
|||||||
];
|
];
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
bundix
|
|
||||||
git
|
git
|
||||||
go
|
go
|
||||||
hugo
|
hugo
|
||||||
@ -29,6 +28,9 @@ mkShell {
|
|||||||
rufo # ...for Ruby.
|
rufo # ...for Ruby.
|
||||||
nixpkgs-fmt # ...for Nix.
|
nixpkgs-fmt # ...for Nix.
|
||||||
nodePackages.prettier # ...for the web files.
|
nodePackages.prettier # ...for the web files.
|
||||||
|
|
||||||
|
# Language servers...
|
||||||
|
rnix-lsp # ...for Nix.
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user