mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
docs: fix devshell
This commit is contained in:
parent
c1e70d4528
commit
6ff41abd61
@ -106,11 +106,9 @@
|
||||
in {
|
||||
packages.reference = referenceDocs;
|
||||
packages.website = website;
|
||||
devShells.mkdocs = let
|
||||
devShells.website = let
|
||||
pythonWithDeps = pkgs.python3.withPackages (
|
||||
ps: [
|
||||
self.packages.${system}.mkdocs
|
||||
self.packages.${system}.mkdocs-material
|
||||
ps.ipython
|
||||
ps.black
|
||||
ps.pytest
|
||||
@ -119,6 +117,7 @@
|
||||
);
|
||||
in
|
||||
pkgs.mkShell {
|
||||
inputsFrom = [self.packages.${system}.website];
|
||||
packages = [
|
||||
pythonWithDeps
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user