devShells/landing: provide dvc
This commit is contained in:
parent
941052a357
commit
a08dcf66d3
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ in
|
||||||
help = pkgs.hugo.meta.description;
|
help = pkgs.hugo.meta.description;
|
||||||
command = "exec ${pkgs.hugo}/bin/hugo ${hugoArgsStr} \"$@\"";
|
command = "exec ${pkgs.hugo}/bin/hugo ${hugoArgsStr} \"$@\"";
|
||||||
};
|
};
|
||||||
|
tools = with self'.packages; [
|
||||||
|
dvc
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.landing = with pkgs; let
|
packages.landing = with pkgs; let
|
||||||
|
|
Loading…
Reference in a new issue