Skip to content

Commit

Permalink
documentation: enable embedResources
Browse files Browse the repository at this point in the history
dumbass
  • Loading branch information
nicekoishi committed Sep 13, 2024
1 parent 1fec748 commit 25724ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake/docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
packages = {
# i want to shoot myself
docs = inputs'.ndg.packages.ndg-builder.override {
title = "nicekoishi's options documentation - ${self.shortRev or self.dirtyShortRev}";
embedResources = true;

rawModules = [
../modules/options/extra
../modules/options/host
../modules/options/user
];

specialArgs = {inherit pkgs;};

title = "nicekoishi's options documentation - ${self.shortRev or self.dirtyShortRev}";
};
};
};
Expand Down

0 comments on commit 25724ca

Please sign in to comment.