hugo-theme-more-contentful/shell.nix
2022-04-29 22:32:01 +08:00

13 lines
118 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
packages = [
asciidoctor
go
git
hugo
];
}