Skip to content

Commit

Permalink
feat(flake): add docs group to devshell and containers
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Dec 24, 2023
1 parent ce32246 commit 3c9ead3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
if pkgs.stdenv.isDarwin
then {
grpcio = super.grpcio.override {preferWheel = false;};
mkdocs-material = super.mkdocs-material.override {preferWheel = false;};
}
else {};
in
Expand Down Expand Up @@ -142,6 +143,7 @@
pkgs.poetry2nix.mkPoetryEnv (
mkPoetryAttrs
// {
groups = ["test" "docs"];
extraPackages = ps:
with pkgs; [
python310Packages.pip
Expand Down

0 comments on commit 3c9ead3

Please sign in to comment.