Skip to content

Commit

Permalink
feat: add mkdocs-awesome-pages-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Aug 1, 2024
1 parent b300817 commit 25a420b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ in
pkgs.runCommand "mkdocs"
{
buildInputs = [
mkdocs-markdownextradata-plugin
pkgs.mkdocs
pkgs.python3Packages.cairosvg
pkgs.python3Packages.mkdocs-awesome-pages-plugin
pkgs.python3Packages.mkdocs-material
pkgs.python3Packages.mkdocs-redirects
pkgs.python3Packages.pillow
mkdocs-markdownextradata-plugin
];
} ''
mkdir -p $out/bin
Expand Down
16 changes: 10 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
description = "mkdocs-numtide";

inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";

outputs = { self, nixpkgs }:
let
eachSystem = f:
Expand Down

0 comments on commit 25a420b

Please # to comment.