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