diff --git a/docs/book.toml b/docs/book.toml index aa7e72e..77ec9d4 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -5,12 +5,6 @@ multilingual = false src = "src" title = "Jalil's NixOS configuration modules" -[build] -create-missing = false - [preprocessor.toc] command = "mdbook-toc" renderer = ["html"] - -[output.html] -git-repository-url = "https://github.com/jalil-salame/configuration.nix" diff --git a/flake-modules/docs.nix b/flake-modules/docs.nix index 594d592..d296e38 100644 --- a/flake-modules/docs.nix +++ b/flake-modules/docs.nix @@ -62,7 +62,7 @@ ''; # FIXME: only add the `/configuration.nix/` part for GH CI nativeBuildInputs = [ pkgs.mdbook-toc ]; - buildPhase = "${pkgs.mdbook}/bin/mdbook build --dest-dir $out"; + buildPhase = "${pkgs.mdbook}/bin/mdbook build --dest-dir \"$out\""; }; }; }; diff --git a/flake.lock b/flake.lock index 659b1d5..eacba2a 100644 --- a/flake.lock +++ b/flake.lock @@ -353,16 +353,15 @@ ] }, "locked": { - "lastModified": 1749507435, - "narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=", + "lastModified": 1749504226, + "narHash": "sha256-L74a8TcUOu4kQatUSzxwOt2QFdlfzJJKexOBDS3EasE=", "owner": "NuschtOS", "repo": "search", - "rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed", + "rev": "20adbd3f6a52f5bf831baf26afff3f6fdac3582d", "type": "github" }, "original": { "owner": "NuschtOS", - "ref": "pull/232/head", "repo": "search", "type": "github" } diff --git a/flake.nix b/flake.nix index 0152d12..795adef 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }; # For generating the docs (can be set to null) nuschtosSearch = { - url = "github:NuschtOS/search/pull/232/head"; # fix + url = "github:NuschtOS/search"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "lix-module/flake-utils";