hugo-theme-contentful/shell.nix
2022-05-13 18:34:55 +08:00

10 lines
100 B
Nix

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