about summary refs log tree commit diff
path: root/nixos/doc
Commit message (Collapse)AuthorAge
* manual: reviewing contributions nixos -> nixpkgs (#20626)Eric Sagnes2016-11-22
|
* NixOS Manual: Container Networking with NMCillian de Roiste2016-11-20
| | | | | | Network Manager calls dhclient on container interfaces and fails which locks you out of the container after a few seconds, unless you tell it not to manage these interfaces.
* parsoid service: update, use declarative configurationNikolay Amiantov2016-11-20
| | | | | Old configuration format is disabled now (it can still be used, but with additional steps). This is a backwards incompatible change.
* NixOS manual: Update link to list of AMIsAndres Nötzli2016-11-07
|
* module system: extensible option typesEric Sagnes2016-11-06
|
* types: loeOf -> listOfEric Sagnes2016-11-05
|
* nixos manual: clarify "attributes of function"Vladimír Čunát2016-11-05
|
* docs: use overrideAttrs instead of overrideDerivationAneesh Agrawal2016-10-30
|
* nixos/release-notes: move "PHP config-file-scan-dir" from 16.09 to 17.03Bjørn Forsman2016-10-16
| | | | | | | | | | | Commits 351d12437 ("nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.d") 41c8aa8d6 ("php: change config-file-scan-dir from /etc to /etc/php.d") were merged to master _after_ NixOS 16.09. Commit 351d12437 then wrongly updated the NixSO 16.09 release notes. Fix by moving the entry to NixOS 17.03.
* release-notes: fixup bad conflict resolution in bef6befVladimír Čunát2016-10-13
| | | | /cc #19324.
* stdenv/stripHash: print to stdout, not to variableProfpatsch2016-10-11
| | | | | | | | | | `stripHash` documentation states that it prints out the stripped name to the stdout, but the function stored the value in `strippedName` instead. Basically all usages did something like `$(stripHash $foo | echo $strippedName)` which is just braindamaged. Fixed the implementation and all invocations.
* Merge pull request #17922 from bjornfor/php-config-file-scan-dirJörg Thalheim2016-10-09
|\ | | | | php: change config-file-scan-dir from /etc to /etc/php.d
| * nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.dBjørn Forsman2016-09-08
| |
* | Merge pull request #17622 from rvl/nixos-manual-writing-documentationJörg Thalheim2016-10-09
|\ \ | | | | | | Add documentation about writing NixOS documentation
| * | nixos-manual: Add a chapter about writing documentationRodney Lorrimar2016-09-11
| | | | | | | | | | | | | | | It's more about the practical side of DocBook-wrangling than anything else.
* | | kernel: Document Yama implications in release notesAneesh Agrawal2016-10-08
| | |
* | | Fix xml validation error in NixOS releases documentationPascal Bach2016-10-07
| | |
* | | Document NixOS release process #4442Domen Kožar2016-10-07
| | |
* | | reviewing-contributions.xml: fix typoAlexander Ried2016-10-05
| | |
* | | nixos-manual: reviewing chapter cleanupEric Sagnes2016-10-02
| | |
* | | Merge pull request #18972 from ericsagnes/doc/reviewing-contributionszimbatm2016-10-01
|\ \ \ | | | | | | | | [WIP] nixos-doc: add reviewing contributions chapter
| * | | improvements from feedback 2Eric Sagnes2016-10-01
| | | |
| * | | improvements from feedbackEric Sagnes2016-09-28
| | | |
| * | | [WIP] typo fixes, few improvementsEric Sagnes2016-09-27
| | | |
| * | | nixos-doc: add reviewing-contributionsEric Sagnes2016-09-26
| | | |
* | | | Document removal of LTS Haskell package sets in 16.09 release notes.Peter Simons2016-09-30
| | | | | | | | | | | | | | | | This patch closes https://github.com/NixOS/nixpkgs/issues/14897.
* | | | changelog for #18011Domen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 51cf16f4b4281edb788c1097d18201a86656be4d) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | changelog for #18365Domen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 14c16f2fdb41794e7b9eeb9ab52137c1edbe3471) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | changelog for hydra package/moduleDomen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 1eaad0150c13efe0c0912f29143983067194f0ee) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | changelog for #9523Domen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit b3a5bc5f577824229f43539f3035014ed6fdc8a2) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | changelog for #14148Domen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit e293a85e24e8a9029c2ca5ce9187607f25a1a108) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | changelog for gnupg bump, fixes #18293Domen Kožar2016-09-30
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 1ff2b10f282d7ae694b70b713cfefcdee467f873) Signed-off-by: Domen Kožar <domen@dev.si>
* | | | Some release notes updatesEelco Dolstra2016-09-29
| | | |
* | | | NixOS: Use runCommand instead of mkDerivation in a few placesEelco Dolstra2016-09-29
| | | |
* | | | radicale: break into own packageRobert Helgesson2016-09-25
|/ / / | | | | | | | | | | | | Since this is an application it is not suitable for pythonPackages, which is more appropriate for Python modules.
* | | Merge pull request #18574 from ericsagnes/feat/mongodbDomen Kožar2016-09-21
|\ \ \ | | | | | | | | MongoDB service: switch configuration format to YAML
| * | | mongodb service: switch configuration format to YAMLEric Sagnes2016-09-18
| | | | | | | | | | | | | | | | | | | | Configuration format has changed from MongoDB 2.6 to YAML and MongoDB 2.4 is EOL since March 2016.
* | | | Add changelog for container config (#18756)Guillaume Maudoux2016-09-19
|/ / /
* | | 16.09 changelog: add changes to reverse path filterFranz Pletz2016-09-17
| | | | | | | | | | | | See #17325.
* | | 16.09 changelog: add mention of special filesystems changesNikolay Amiantov2016-09-17
| | |
* | | buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski2016-09-16
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
* | | Merge pull request #18567 (VirtualBox 5.1.6)aszlig2016-09-14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces VirtualBox version 5.1.6 along with a few refactored stuff, notably: * Kernel modules and user space applications are now separate derivations. * If config.pulseaudio doesn't exist in nixpkgs config, the default is now to build with PulseAudio modules. * A new updater to keep VirtualBox up to date. All subtests in nixos/tests/virtualbox.nix succeed on my machine and VirtualBox was reported to be working by @DamienCassou (although with unrelated audio problems for another fix/branch) and @calbrecht.
| * | | nixos/release-notes: Add VirtualBox changesaszlig2016-09-13
| |/ / | | | | | | | | | | | | | | | | | | | | | The change is backwards-compatible for users of the NixOS module but not if people were using the package directly, so let's warn users about that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Merge commit 'refs/pull/18498/head' of git://github.com/NixOS/nixpkgsNikolay Amiantov2016-09-13
|\ \ \
| * | | nixos manual: mention gtk-related alias changesKirill Boltaev2016-09-12
| |/ /
* / / NixOS manual: add module option types doc (#18525)Eric Sagnes2016-09-13
|/ /
* | Merge commit 'bd6e40c' from staging into masterTuomas Tynkkynen2016-09-10
|\ \ | | | | | | | | | | | | | | | | | | Major changes being pulled in: - mesa: maintenance 12.0.1 -> 12.0.2 - texlive: 2015 -> 2016
| * \ Merge #16391: texlive: 2015 -> 2016Vladimír Čunát2016-09-10
| |\ \ | | |/ | |/| | | | Mirroring isn't finalized, but we'll have to fix that on the go.
| | * texlive: rename the directory texlive-new -> texliveVladimír Čunát2016-09-04
| | |
* | | nixos manual: disable ipv6 per interfaceLangston Barrett2016-09-08
|/ / | | | | | | from a discussion on #13293