hugo-theme-contentful/shell.nix

10 lines
100 B
Nix
Raw Permalink Normal View History

2022-05-13 10:15:04 +00:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { packages = [
asciidoctor
go
hugo
]; }