about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-22nixos/make-options-doc: use markdown-it-py for renderingpennae2-139/+185
2023-01-22nixos/make-options-doc: render related packages with mdpennae2-9/+9
2023-01-22nixos/make-options-doc: deprecate \n\n parbreakpennae2-20/+16
2023-01-22nixos/make-options-doc: rearrange paras in related packages/defaults/examplespennae2-5/+7
2023-01-22nixos/make-options-doc: render default/example contents through MDpennae2-33/+32
2023-01-22nixos/make-options-doc: make whitespace more md-compatiblepennae2-4/+7
2023-01-22nixos/make-options-doc: don't escape link urls twicepennae1-3/+2
2023-01-22nixos/make-options-doc: remove trailing whitespace from stringspennae1-5/+1
2023-01-22nixos/documentation: deprecate docbook option docspennae3-16/+37
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
2023-01-09Merge pull request #208762 from ncfavier/link-manpages-options-docNaïm Favier3-3/+13
2023-01-08lib/modules: make `mkAliasOptionModule` emit DocBookNaïm Favier1-0/+1
2023-01-08Merge pull request #209501 from sandydoo/improve/fix-commonmark-doc-isuesDomen Kožar1-14/+18
2023-01-08nixos/make-options-doc: skip re-escaping stringssandydoo1-14/+18
2023-01-05modules: add mkPackageOptionMDpennae1-0/+1
2023-01-05modules: add mkAliasOptionModuleMDpennae1-3/+5
2023-01-03nixos/doc: fix some manpage referencesNaïm Favier1-2/+2
2023-01-03nixos/make-options-doc: link manpagesNaïm Favier2-1/+11
2022-12-30Merge pull request #208354 from bjornfor/nixos-test-driver-quote-shell-argsJacek Galowicz1-3/+3
2022-12-30nixos/test-driver: quote some shell command linesBjørn Forsman1-3/+3
2022-12-30nixos/test-driver: use ASCII single quotes everywhereBjørn Forsman1-5/+5
2022-12-29nixos/test-driver: use f-strings instead of .format()Bjørn Forsman4-78/+57
2022-12-29nixos/test-driver: add optional address arg to wait_for_{open,closed}_portBjørn Forsman1-6/+8
2022-12-27Merge pull request #207095 from ncfavier/linux-custom-kernelNaïm Favier2-10/+3
2022-12-26Revert "treewide: use nativeBuildInputs with runCommand instead of inlining"K9001-18/+10
2022-12-26Merge pull request #207038 from NixOS/make-disk-image-for-uefiJörg Thalheim1-13/+180
2022-12-25Merge pull request #206775 from SuperSandro2000/runCommand-nativeBuildInputsSandro1-10/+18
2022-12-24nixos/lib/make-disk-image: docs, UEFI vars recording, more determinismRaito Bezarius1-13/+180
2022-12-24Merge pull request #207441 from hercules-ci/nixos-testing-python-no-more-spec...Robert Hensing1-1/+9
2022-12-23Merge pull request #170636 from Synthetica9/wait_before_entryJacek Galowicz2-7/+36
2022-12-23nixos/testing-python.nix: Help users who need specialArgsRobert Hensing1-1/+9
2022-12-22nixos/systemd: document what `scriptArgs` is forNaïm Favier1-1/+5
2022-12-22nixos/tests: remove minimal-kernel moduleNaïm Favier2-10/+3
2022-12-18treewide: use nativeBuildInputs with runCommand instead of inliningSandro Jäckel1-10/+18
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-12-15lib.replaceChars: warn about being a deprecated aliasArtturin2-6/+6
2022-12-08nixos/make-options-doc: remove dead codeNaïm Favier1-82/+0
2022-12-08nixos/doc: render option values using `lib.generators.toPretty`Naïm Favier1-18/+1
2022-12-07nixos/make-options-doc: improve CommonMark formattingsandydoo1-2/+4
2022-12-07nixos/make-options-doc: pretty-print literalssandydoo4-68/+112
2022-12-03Revert "nixos/lib: add /home to pathsNeededForBoot"Artturi1-1/+1
2022-12-01nixos/lib: add /home to pathsNeededForBootLin Jian1-1/+1
2022-11-19test-driver: Allow configuring delay for send_{key,chars}Zhaofeng Li1-4/+5
2022-11-14Merge pull request #200646 from hercules-ci/options-markdown-and-errorsRobert Hensing2-8/+22
2022-11-11nixos/lib/testing-python: remove unused `with pkgs;`Andreas Rammhold1-3/+0
2022-11-11nixosOptionsDoc: Report in which option an error occursRobert Hensing1-11/+15
2022-11-11nixosOptionsDoc: Add markdownByDefault parameterRobert Hensing2-0/+10
2022-11-05nixos options markdown: fix html escapingDomen Kožar1-1/+1
2022-11-02nixos/systemd-unit-options: document correct wantedBy default for user units ...Jörg Thalheim1-14/+14
2022-10-28Merge pull request #186314 from ck3d/unit-add-map-controlFlorian Klink2-11/+40