-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa2fd4b
commit 5706b46
Showing
6 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
{ | ||
packages = [ | ||
(import ./src/devenv.nix { inherit pkgs nix; }) | ||
pkgs.python3Packages.mkdocs-material | ||
pkgs.python3Packages.virtualenv | ||
pkgs.python3Packages.cairocffi | ||
]; | ||
|
||
processes.docs.exec = "mkdocs serve"; | ||
processes.docs.exec = "bin/mkdocs serve --config-file mkdocs.insiders.yml"; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
domenkozar
Author
Member
|
||
|
||
enterShell = '' | ||
echo hola | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
INHERIT: mkdocs.yml | ||
plugins: | ||
social: | ||
cards_color: | ||
fill: "#425C82" | ||
text: "#FBFBFB" | ||
blog: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
mkdocs-material==8.5.8 | ||
pillow | ||
cairosvg |
This bin folder is not present in this repo and fails locally 😅