mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
Update devshell
This commit is contained in:
parent
9bd0a44368
commit
d83a1c06c9
@ -17,23 +17,25 @@ let
|
|||||||
in
|
in
|
||||||
mkShell {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
# To build my website.
|
||||||
asciidoctorWrappedWithCustomOptions
|
asciidoctorWrappedWithCustomOptions
|
||||||
bundix
|
bundix
|
||||||
gems
|
gems
|
||||||
gems.wrappedRuby
|
gems.wrappedRuby
|
||||||
|
netlify-cli
|
||||||
git
|
git
|
||||||
libgit2
|
libgit2
|
||||||
go
|
go
|
||||||
hugo
|
hugo
|
||||||
gnuplot
|
gnuplot
|
||||||
imagemagick
|
imagemagick
|
||||||
|
inkscape
|
||||||
openring
|
openring
|
||||||
|
|
||||||
tree-sitter
|
tree-sitter
|
||||||
treesitterWithPlugins
|
treesitterWithPlugins
|
||||||
|
|
||||||
netlify-cli # The deploy tool for this website.
|
# To build my resume.
|
||||||
|
typst
|
||||||
|
|
||||||
libffi
|
libffi
|
||||||
libxslt
|
libxslt
|
||||||
|
Loading…
Reference in New Issue
Block a user