website/shell.nix

13 lines
118 B
Nix

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