Compare commits
2 commits
4d9edef82b
...
564a593d11
Author | SHA1 | Date | |
---|---|---|---|
564a593d11 | |||
25939fc9c9 |
4 changed files with 12 additions and 5 deletions
|
@ -5,6 +5,12 @@ 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"
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
7
flake.lock
generated
7
flake.lock
generated
|
@ -353,15 +353,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749504226,
|
||||
"narHash": "sha256-L74a8TcUOu4kQatUSzxwOt2QFdlfzJJKexOBDS3EasE=",
|
||||
"lastModified": 1749507435,
|
||||
"narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=",
|
||||
"owner": "NuschtOS",
|
||||
"repo": "search",
|
||||
"rev": "20adbd3f6a52f5bf831baf26afff3f6fdac3582d",
|
||||
"rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NuschtOS",
|
||||
"ref": "pull/232/head",
|
||||
"repo": "search",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
};
|
||||
# For generating the docs (can be set to null)
|
||||
nuschtosSearch = {
|
||||
url = "github:NuschtOS/search";
|
||||
url = "github:NuschtOS/search/pull/232/head"; # fix
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "lix-module/flake-utils";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue