format(docs): newlines
This commit is contained in:
parent
7d3133cc3c
commit
403cd57c21
1 changed files with 4 additions and 1 deletions
|
|
@ -7,15 +7,18 @@
|
|||
".*flake\\.nix$"
|
||||
|
||||
"^docs/.*"
|
||||
]
|
||||
],
|
||||
}:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
name = "SkyOS-book";
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = [
|
||||
mdbook
|
||||
nixdoc
|
||||
];
|
||||
|
||||
patchPhase =
|
||||
let
|
||||
relPath = file: lib.removePrefix (toString ../. + "/") (toString file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue