hugo-theme-more-contentful/shell.nix

13 lines
118 B
Nix
Raw Normal View History

2022-04-29 14:32:01 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
packages = [
asciidoctor
go
git
hugo
];
}