devShells/landing: provide dvc

This commit is contained in:
Max Headroom 2022-08-05 20:53:37 +02:00
parent 941052a357
commit a08dcf66d3

View file

@ -23,6 +23,9 @@ in
help = pkgs.hugo.meta.description;
command = "exec ${pkgs.hugo}/bin/hugo ${hugoArgsStr} \"$@\"";
};
tools = with self'.packages; [
dvc
];
};
packages.landing = with pkgs; let