Skip to content

Commit

Permalink
docs: symlink site changelog (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jun 30, 2024
1 parent e3d54d7 commit 6459b5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 135 deletions.
6 changes: 4 additions & 2 deletions dev/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,20 @@
moduleRoot = ../modules/home-manager;
};

site = mkSite {
site = mkSite rec {
pname = "catppuccin-nix-website";
inherit version;

src = lib.fileset.toSource {
root = ../docs;
root = ../.;
fileset = lib.fileset.unions [
../CHANGELOG.md
../docs/src
../docs/book.toml
../docs/theme
];
};
sourceRoot = "${src.name}/docs";

nixosDoc = packages'.nixos-doc;
homeManagerDoc = packages'.home-manager-doc;
Expand Down
Loading

0 comments on commit 6459b5a

Please sign in to comment.