website/shell.nix

13 lines
118 B
Nix
Raw Normal View History

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