flake: Add devshell name

This commit is contained in:
Jan Kremer 2024-07-03 12:29:21 +02:00
parent 12aa7125b5
commit e140567290
No known key found for this signature in database

View file

@ -19,6 +19,7 @@
{
devShells = eachSystem (pkgs: {
default = pkgs.mkShell {
name = "Hugo website";
buildInputs = with pkgs; [
go
hugo