about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge master into stagingFrederik Rietdijk2018-08-09
|\
| * Merge pull request #44447 from NixOS/staging-nextFrederik Rietdijk2018-08-09
| |\ | | | | | | Staging next
| | * Merge branch 'master' into staging-nextVladimír Čunát2018-08-06
| | |\ | | | | | | | | | | | | | | | | There's been some large rebuild on master. I don't really have time ATM to find what it was.
| | * \ Merge master into staging-nextFrederik Rietdijk2018-08-04
| | |\ \
| * | | | citrix_receiver: document installation pitfalls and `extraCerts` (#44635)Maximilian Bosch2018-08-07
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since #44522 it's possible to specify custom certificates for the Citrix receiver. As it took me some time to create a proper setup Citrix can behave fairly unexpected. I mostly covered two aspects: * Don't install Citrix with `nix run`: when `citrix.desktop` is linked to $XDG_CONFIG_DIRS, it's possible to start a session directly from the browser when loading `.ica` files which makes the usage *way* easier. * It's possible to add custom certificates using the Citrix wrapper. A new store path with the original derivation and the certificates will be created and therefore no rebuild of the package is needed when adding new certs.
| * | | Merge pull request #44528 from samueldr/fix/mention-botSarah Brofeldt2018-08-06
| |\ \ \ | | |_|/ | |/| | doc: Fixes mentions of mention-bot.
| | * | doc: Fixes mentions of mention-bot.Samuel Dionne-Riel2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Its last mention was on 2017-09-25. Close to a year. The CODEOWNERS feature of github, though, fills in the gap in a more appropriate manner (IMHO).
* | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-08-04
|\| | |
| * | | 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.
* | | | Merge pull request #44423 from obsidiansystems/configureFlags-cleanupJohn Ericson2018-08-03
|\ \ \ \ | | | | | | | | | | treewide: All configureFlags are lists
| * | | | treewide: Make configureFlags listsJohn Ericson2018-08-03
| |/ / /
* | | / Merge commit 'master' into stagingJohn Ericson2018-08-02
|\| | | | |_|/ |/| |
| * | doc: add darwin installCheckTarget exampleDaiderd Jordan2018-08-01
| |/
* / stdenv/build-support: support .tbz and .txz tarballsJames Deikun2018-07-30
|/
* dockerTools.pullImage: control OS and architectureNick Novitski2018-07-27
|
* python-docs: minor typo and grammar fixesErik Arvstedt2018-07-26
|
* python-docs: fix override examplesErik Arvstedt2018-07-25
| | | | | | Use example package `zerobin` instead of `bepasty-server` which is no longer part of python-packages. This fixes the examples for current nixpkgs versions.
* python docs: improve override exampleErik Arvstedt2018-07-25
| | | | | | | | | | | | | | | 1. Use the same approach like in the overlay example: Override `python` instead of `pythonPackages` so that `python.pkgs` refers to the new package set like `pythonPackages`. This also fixes a bug in the original example where `pkgs.fetchgit` was not in scope. Add an extra example to illustrate how to override just a package set. 2. Fix mix-up between `super` and `self` in the explanation text. Also, simplify the explanation.
* python docs: improve overlay exampleErik Arvstedt2018-07-25
| | | | The `pythonPackages` definition is redundant
* doc: add missing semicolon to weechat example (#44003)Alyssa Ross2018-07-23
|
* Merge pull request #43857 from volth/unusedFrederik Rietdijk2018-07-20
|\ | | | | [bot] treewide: remove unreferenced code
| * [bot]: remove unreferenced codevolth2018-07-20
| |
* | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
|/ | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* Fix invalid sentence in doc (#43228)Jan Path2018-07-08
|
* nixpkgs docs: correct misspellworldofpeace2018-07-06
|
* dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck2018-07-06
|
* manual: fix buildPythonPackage example (#42866)Alyssa Ross2018-07-03
|
* Update Python documentation overlay Matthew Pickering2018-06-30
| | | Using a recursive attribute set is not recommended.
* treewide: http -> httpsRyan Mulligan2018-06-29
|
* Merge pull request #41600 from mbbx6spp/docs/add-developPackage-haskell-docsMatthew Bauer2018-06-28
|\ | | | | documentation: add sub-section for the nixpkgs manual Haskell section
| * documentation: add sub-section for the nixpkgs manual Haskell sectionSusan Potter2018-06-21
| |
* | treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| |
* | python37: init at 3.7.0rc1Frederik Rietdijk2018-06-25
| |
* | docs: minor rewording for easier reading.Anders Riutta2018-06-18
| |
* | haskell.section.md: fix typoMatthew Bauer2018-06-16
| |
* | Merge pull request #33217 from toonn/masterSarah Brofeldt2018-06-12
|\ \ | | | | | | haskell docs: add info about hoogle's --local flag to section 9.5.2.3
| * | Flipped URI slashestoonn2018-05-22
| | |
| * | haskell docs: add explanation of what the --local flag does and the servicetoonn2018-05-22
| | |
| * | haskell docs: add info about hoogle's --local flag to section 9.5.2.3toonn2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant section: 9.5.2.3. How to install a compiler with libraries, hoogle and documentation indexes Since version 5 `hoogle server`s --local flag solves the problem with links from `http:` to `file:` URIs: hoogle server --local -p 8080
* | | doc/languages-frameworks/python.section.md: fix typo (#41824)Rolf Schröder2018-06-11
| | |
* | | manual: make epub a build product on hydra (#41475)Daiderd Jordan2018-06-06
| |/ |/|
* | doc: Fixes squishedtogether definitions.Samuel Dionne-Riel2018-05-31
| |
* | doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | | | | | With visual inspection that nothing got worse.
* | doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This script is used to automatically fix issues within xml documentation files. The script is *for now* intended to be used ad-hoc, and the commits to be examined. A future discussion will define whether: * This commit and scripts are kept. * The script is extended for common use. The biggest issue right now with the script is that it *could* in theory destroy a valid space-less varlistentry. The script could, in practical use, be changed and extended to normalize some parts of the XML files, mainly: * A common quoting style for attributes * Fix-up some weird formatting automatically that xmlformat doesn't catch
* | Docs: improve Python sectionFrederik Rietdijk2018-05-30
| | | | | | | | Explain `toPythonApplication` and `toPythonModule` as well as some minor improvements.
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-23
|\ \ | | | | | | | | | Use newer vagrant from master
| * | doc: use "with stdenv.lib" in metaDmitry Kalinkin2018-05-22
| |/
* | perlPackages.BerkeleyDB: fix db dependencyJosef Kemetmüller2018-05-22
| | | | | | | | | | | | | | This fixes a regression introduced in 4b06383. [dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-14
|\|
| * docs: fix broken link to staging policyBen Creasy2018-05-13
| |