summary refs log tree commit diff
path: root/nixos/doc/manual/development
Commit message (Collapse)AuthorAge
* Merge #45957: nixos manual: releases workflow improvementsVladimír Čunát2019-11-20
|\ | | | | | | Let's merge NOW; I'm not doing the same mistake again.
| * nixos manual: releases workflow nitpicksVladimír Čunát2019-11-20
| | | | | | Co-Authored-By: asymmetric <lorenzo@mailbox.org>
| * Merge branch 'master' into release-docsVladimír Čunát2019-10-27
| |\ | | | | | | | | | | | | It's been a very long time, so I think a merge will be better than a rebase. There was only one simple conflict.
| * | fixup ^ release improvements.Samuel Dionne-Riel2018-10-05
| | |
| * | nixos manual: releases workflow improvementsVladimír Čunát2018-10-05
| | | | | | | | | | | | - `git push --tags` is too dangerous (pushes all your tags)
* | | nixos/manual: fix IDs on docs for running tests (#73526)Tom F2019-11-17
| | |
* | | nixos/doc: remove refs to slimworldofpeace2019-11-11
| | |
* | | nixos/test: Pythonify documentationJacek Galowicz2019-11-04
| |/ |/|
* | Remove references to the nixpkgs-channels repoEelco Dolstra2019-10-17
| | | | | | | | | | | | Channel branches are now provided in the nixpkgs repo. Issue #71176.
* | Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | | | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* | nixos/doc: re-formatJan Tojnar2019-09-18
| |
* | nixos docs: add release manager sectionSamuel Leathers2019-08-23
| |
* | Merge pull request #65728 from Infinisil/types-eithersAaron Andersen2019-08-13
|\ \ | | | | | | lib/types: Add oneOf, extension of either to a list of types
| * | lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger2019-08-06
| | |
* | | Update nixos/doc/manual/development/releases.xmlLéo Gaspard2019-06-24
| | | | | | | | | Co-Authored-By: Alyssa Ross <hi@alyssa.is>
* | | manual: remind to drop kernels that will get EOL'dLéo Gaspard2019-06-24
|/ /
* | doc: Use prompt more oftenJan Tojnar2019-06-17
| |
* | nixos/doc: Fix spurious indentationJan Tojnar2019-06-17
| |
* | nixos/manual: update 17.03 -> 19.03 in upgrading sectionMatthew O'Gorman2019-04-12
| |
* | nixos/doc: add `types` prefix to `addCheck` exampleAndreas Rammhold2019-03-11
| | | | | | | | | | | | The function `addCheck` resides within the attrset `types`. We should be explicit about this since otherwise people might be confused where it does come from / why it doesn't work for them.
* | Merge pull request #55436 from layus/warn-manual-idsGraham Christensen2019-03-09
|\ \ | | | | | | Nixos manual: error out on missing IDs
| * | nixos/manual: add dummy ids to silence warningsGuillaume Maudoux2019-02-08
| | |
* | | nixos release: there's a wildcard protection now for release-* on githubDomen Kožar2019-02-26
|/ /
* | Revert "Add ssh backdoor to VM tests infrastructure."Samuel Dionne-Riel2019-01-19
| | | | | | | | | | | | | | This reverts commit d6e3db44cf09d04f0a3cd5b7ccb4a5dc3b7bfaa9. See #53935 for explanations. In short, it may be causing issues with tests on the build infrastructure.
* | nixos tests doc: minor fixesErik Arvstedt2018-11-26
| | | | | | | | | | | | | | | | This fixes some quirks I introduced in previous commits. 1. No need for an extra newline when printing the output of shell commands. 2. 'or die' is what's already used in the NixOS test sources, while 'die unless' has no occurrences.
* | nixos/doc: Add documentation for types.port typeDaniel Rutz2018-10-19
|/
* docs: formatGraham Christensen2018-09-29
|
* Add ssh backdoor to VM tests infrastructure.Tuomas Tynkkynen2018-09-28
| | | | | Thanks to @dezgeg for prototype implementation, I've cleaned it up and added documentation.
* nixos: doc: rename `manual` to `manualHTML`, cleanup referencesJan Malakhovski2018-09-23
| | | | | | Because when I see "config.system.build.manual.manual" after I forgot what it means I ask "Why do I need that second `.manual` there again?". Doesn't happen with `config.system.build.manual.manualHTML`.
* nixos tests doc: update VM state pathErik Arvstedt2018-09-17
|
* nixos tests doc: add example statementErik Arvstedt2018-09-17
|
* nixos tests doc: fix example statementErik Arvstedt2018-09-17
| | | | | False statements don't cause NixOS tests to fail, we need to throw an exception or terminate.
* nixos docs: more IDsGraham Christensen2018-09-02
|
* nixos docs: Give sections IDsGraham Christensen2018-09-01
|
* doc: change git:// links to https:// (#44395)Matthew Harm Bekkema2018-08-03
| | | | | | | | The server is not verified over the git:// transfer protocol. If you clone a repository over git://, you should check if the latest commit's hash is correct. On the other hand, https:// will always verify the server automatically, using certificate authorities.
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* nixos/doc+man: Fixes squishedtogether definitions.Samuel Dionne-Riel2018-05-31
|
* nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | With visual inspection that nothing got worse.
* nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1Jan Malakhovski2018-05-12
|
* manual: Document `types.attrs`Niklas Hambüchen2018-05-07
| | | | Signed-off-by: Niklas Hambüchen <mail@nh2.me>
* nixos docs: format =)Graham Christensen2018-05-01
|
* nixos docs: include note about make for debugging the nixos docsGraham Christensen2018-04-28
|
* Merge pull request #31418 from ryantm/doc-nixos-extra-module-pathGraham Christensen2018-04-27
|\ | | | | lib/eval-config: document NIXOS_EXTRA_MODULE_PATH
| * lib/eval-config: document NIXOS_EXTRA_MODULE_PATHRyan Mulligan2018-02-20
| | | | | | | | | | | | | | | | This adds some documentation about importing modules external to Nixpkgs, which provides context for documenting NIXOS_EXTRA_MODULE_PATH. Closes #30376
* | nixos manual: fix (n)of typoRichard Marko2018-03-18
| |
* | nixos-install: Make compatible with Nix 2.0Eelco Dolstra2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The use of Nix 2.0 significantly simplifies the installer, since we can just pass a different store URI (--store /mnt) - it's no longer needed to set up a chroot environment for the build, and to bootstrap Nix into the chroot. Also, commands that need to run in the installation (namely boot loader installation and setting a root password) are now executed using nixos-enter. This also removes the need for nixos-prepare-root since any required initialisation is done by Nix or by the activation script.
* | test-driver: mention `$user` argument in the NixOS manual and the Impala ↵Maximilian Bosch2018-01-06
| | | | | | | | release notes
* | Merge pull request #31668 from rycee/doc/namingYegor Timoshenko2017-12-23
|\ \ | | | | | | docs: clarify package and module option naming
| * | docs: clarify package and module option namingRobert Helgesson2017-11-14
| |/ | | | | | | | | This attempts to briefly clarify the current naming conventions of attribute names in `all-packages.nix` and module option names.
* | nixpkgs.lib: Add types.strMatchingRyan Trinkle2017-12-02
| |