Added Hugo Version Info to Dev-Shell

This commit is contained in:
Kaybee 2025-05-27 19:30:19 +02:00
parent 2f1d11b4c3
commit 4f46786216
No known key found for this signature in database

View file

@ -24,6 +24,7 @@
shellHook = '' shellHook = ''
echo "node `node --version`" echo "node `node --version`"
hugo version
''; '';
}; };
}; };