website/shell.nix

5 lines
117 B
Nix
Raw Permalink Normal View History

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