Skip to content

Commit 6f83b85

Browse files
committed
nix: Fix .#docs build
1 parent 79fe18c commit 6f83b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
};
5252
};
5353
emanote = {
54-
package = inputs.self.packages.${system}.emanote;
54+
package = inputs.self.packages.${system}.default;
5555
sites = {
5656
"docs" = {
5757
path = ./docs;

0 commit comments

Comments
 (0)