website/shell.nix
2021-07-31 13:34:17 +02:00

4 lines
96 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ hugo ];
}