website/shell.nix

5 lines
96 B
Nix
Raw Normal View History

2021-07-31 13:34:17 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ hugo ];
}