mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-30 22:57:55 +00:00
10 lines
100 B
Nix
10 lines
100 B
Nix
|
{ pkgs ? import <nixpkgs> { } }:
|
||
|
|
||
|
with pkgs;
|
||
|
|
||
|
mkShell { packages = [
|
||
|
asciidoctor
|
||
|
go
|
||
|
hugo
|
||
|
]; }
|