Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Mar 22, 2024
1 parent bc68b05 commit 2d45b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ stdenv.mkDerivation {
root = ./.;
fileset = fs.unions [
(fs.fileFilter (file: file.hasExt "md") ./src)
(fs.fileFilter (file: true) ./theme)
./book.toml
./theme
];
};

Expand Down

0 comments on commit 2d45b54

Please sign in to comment.