Compare commits

..

2 commits

Author SHA1 Message Date
564a593d11
chore(deps): lock file maintenance
All checks were successful
/ check-fmt (push) Successful in 3s
/ build-package (audiomenu) (push) Successful in 1s
/ build-package (docs) (push) Successful in 1s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 1s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 1s
/ build-package (nvim-headless) (push) Successful in 1s
/ build-package (nvim-no-lsps) (push) Successful in 1s
/ build-package (nvim-no-ts) (push) Successful in 1s
/ build-package (nvim-small) (push) Successful in 1s
/ build-package (search) (push) Successful in 1s
/ check-nvim (nvim) (push) Successful in 6s
/ check-nvim (nvim-headless) (push) Successful in 3s
/ check-nvim (nvim-no-lsps) (push) Successful in 6s
/ check-nvim (nvim-no-ts) (push) Successful in 6s
/ check-nvim (nvim-small) (push) Successful in 6s
/ build-vm (push) Successful in 2s
/ build-hm (push) Successful in 15s
/ report-size (push) Successful in 6s
2025-06-10 00:30:17 +02:00
25939fc9c9
fix(docs): nuschtosSearch was broken
All checks were successful
/ check-fmt (push) Successful in 3s
/ build-package (audiomenu) (push) Successful in 1s
/ build-package (docs) (push) Successful in 1s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 2s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 2s
/ build-package (nvim-headless) (push) Successful in 2s
/ build-package (nvim-no-lsps) (push) Successful in 2s
/ build-package (nvim-no-ts) (push) Successful in 2s
/ build-package (nvim-small) (push) Successful in 2s
/ build-package (search) (push) Successful in 2s
/ check-nvim (nvim) (push) Successful in 9s
/ check-nvim (nvim-headless) (push) Successful in 4s
/ check-nvim (nvim-no-lsps) (push) Successful in 6s
/ check-nvim (nvim-no-ts) (push) Successful in 9s
/ check-nvim (nvim-small) (push) Successful in 6s
/ build-vm (push) Successful in 2s
/ build-hm (push) Successful in 14s
/ report-size (push) Successful in 5s
Fixed it and pulled in the PR. also did some tidying up of the docs.
2025-06-10 00:22:36 +02:00
4 changed files with 12 additions and 5 deletions

View file

@ -5,6 +5,12 @@ multilingual = false
src = "src" src = "src"
title = "Jalil's NixOS configuration modules" title = "Jalil's NixOS configuration modules"
[build]
create-missing = false
[preprocessor.toc] [preprocessor.toc]
command = "mdbook-toc" command = "mdbook-toc"
renderer = ["html"] renderer = ["html"]
[output.html]
git-repository-url = "https://github.com/jalil-salame/configuration.nix"

View file

@ -62,7 +62,7 @@
''; # FIXME: only add the `/configuration.nix/` part for GH CI ''; # FIXME: only add the `/configuration.nix/` part for GH CI
nativeBuildInputs = [ pkgs.mdbook-toc ]; nativeBuildInputs = [ pkgs.mdbook-toc ];
buildPhase = "${pkgs.mdbook}/bin/mdbook build --dest-dir \"$out\""; buildPhase = "${pkgs.mdbook}/bin/mdbook build --dest-dir $out";
}; };
}; };
}; };

7
flake.lock generated
View file

@ -353,15 +353,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749504226, "lastModified": 1749507435,
"narHash": "sha256-L74a8TcUOu4kQatUSzxwOt2QFdlfzJJKexOBDS3EasE=", "narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "20adbd3f6a52f5bf831baf26afff3f6fdac3582d", "rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NuschtOS", "owner": "NuschtOS",
"ref": "pull/232/head",
"repo": "search", "repo": "search",
"type": "github" "type": "github"
} }

View file

@ -57,7 +57,7 @@
}; };
# For generating the docs (can be set to null) # For generating the docs (can be set to null)
nuschtosSearch = { nuschtosSearch = {
url = "github:NuschtOS/search"; url = "github:NuschtOS/search/pull/232/head"; # fix
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "lix-module/flake-utils"; flake-utils.follows = "lix-module/flake-utils";