Compare commits
2 commits
4d9edef82b
...
564a593d11
Author | SHA1 | Date | |
---|---|---|---|
564a593d11 | |||
25939fc9c9 |
4 changed files with 18 additions and 11 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
19
flake.lock
generated
19
flake.lock
generated
|
@ -328,11 +328,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749420898,
|
||||
"narHash": "sha256-QiB3xDyHuj2VzS6AaALTeikLt6EsZyMjDRmzb4y2vFM=",
|
||||
"lastModified": 1749496904,
|
||||
"narHash": "sha256-eNDMzrcDBOprdJs7DpMOJfCEcxribxDJP2OjozSC3Wo=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "2b6f694b48f43bbd89dcc21e8aa7aa676eb18eb8",
|
||||
"rev": "e0b3d8bc3a0ab5a7cc0792c7705e92f9c5c598f3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -353,15 +353,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749419246,
|
||||
"narHash": "sha256-rQctLGA1kF8B/wLIe7TTy+mQk23/zkkKzy/dr3nCAvE=",
|
||||
"lastModified": 1749507435,
|
||||
"narHash": "sha256-EHlfZyOywnFxU3f7bgaEio073LO/HwqQjdTQRKaqUuk=",
|
||||
"owner": "NuschtOS",
|
||||
"repo": "search",
|
||||
"rev": "b8a5bb93097d5a5f51c2ca136d1fe33e06188f31",
|
||||
"rev": "ca64563e12ec6f54842bb6182a3d2b9517d54bed",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NuschtOS",
|
||||
"ref": "pull/232/head",
|
||||
"repo": "search",
|
||||
"type": "github"
|
||||
}
|
||||
|
@ -410,11 +411,11 @@
|
|||
"tinted-zed": "tinted-zed"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1749389855,
|
||||
"narHash": "sha256-//wZBnlBJ7Ki5/ZdafiAZwVFZd/2HhKqEbOupo/HcRA=",
|
||||
"lastModified": 1749482869,
|
||||
"narHash": "sha256-mJTMG3olJSjY4C6Q5RkRRDyGoSQk2FGOQvZYSMJKcw4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "stylix",
|
||||
"rev": "bf5ab9df57a3d77847289c39c3a537bd6e6ac6f4",
|
||||
"rev": "82930e92e8990b6ac1be0a81c7727c7cd63220bd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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