flake: Add devshell name
This commit is contained in:
parent
12aa7125b5
commit
e140567290
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
{
|
||||
devShells = eachSystem (pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
name = "Hugo website";
|
||||
buildInputs = with pkgs; [
|
||||
go
|
||||
hugo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue