Conversation
|
flake.lock compare links: |
|
This MR is causing issues with https://github.com/jalil-salame/configuration.nix, updating the search and then running Weirdly, |
|
This might be because I set |
|
We are both not sure why that happens. Does that also happen with our major rewrite in #280? |
|
#280 is broken since the I tried a bunch of stuff but I couldn't get it to work, I always got: |
|
I've fixed the hash, now it works for me with this patch: diff --git a/flake-modules/docs.nix b/flake-modules/docs.nix
index 594d592..36ecb5a 100644
--- a/flake-modules/docs.nix
+++ b/flake-modules/docs.nix
@@ -21,7 +21,7 @@
};
search = inputs'.nuschtosSearch.packages.mkMultiSearch {
title = "Search Jalil's configuration.nix";
- baseHref = "/";
+ baseHref = "/configuration.nix/search/";
scopes = [
(mkScope "NixOS" nixos)
@@ -58,7 +58,7 @@
cleanup_md ${nvim-markdown} >> ./src/nvim-options.md
cleanup_md ${nixos-markdown} >> ./src/nixos-options.md
# link search site
- ln -s "${search.override { baseHref = "/configuration.nix/search/"; }}" ./src/search
+ ln -s "${search}" ./src/search
''; # FIXME: only add the `/configuration.nix/` part for GH CI
nativeBuildInputs = [ pkgs.mdbook-toc ]; |
I'll check it out when I have time |
|
Could you also fix the |
|
Can confirm the issue is fixed by switching to the |
No description provided.