depot/packages/websites/landing/project.nix

9 lines
96 B
Nix

{ pkgs, ... }:
{
projectShells.landing = {
tools = with pkgs; [
hugo
];
};
}