summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #46059 from ↵John Ericson2018-09-06
|\ \ \ | |/ / |/| / | |/ | | obsidiansystems/deprecate-top-level-platform-aliases top-level: Deprecate top-level `{build,host,target}Platform`
| * top-level: Deprecate top-level `{build,host,target}Platform`John Ericson2018-09-05
| | | | | | | | | | | | | | | | | | I don't know when we can/should remove them, but this at least gets people to stop using them. The preferred alternatives also date back to 17.09 so writing forward-compatable code without extra conditions is easy. Beginning with these as they are the least controversial.
* | Manual: Random indentation fixesEelco Dolstra2018-09-03
|/
* Merge pull request #45914 from grahamc/section-idsGraham Christensen2018-09-01
|\ | | | | Section ids
| * nixpkgs docs: give linked things IDsGraham Christensen2018-09-01
| |
| * Add section IDsGraham Christensen2018-09-01
| |
* | Merge pull request #45700 from Mic92/node-packages-v8Jörg Thalheim2018-09-01
|\ \ | |/ |/| nodePackages: 6_x -> 8_x
| * nodePackages: 6_x -> 8_xJörg Thalheim2018-08-28
| |
* | Merge pull request #42464 from LnL7/manual-installcheckDaiderd Jordan2018-08-31
|\ \ | | | | | | doc: add installCheckTarget and installCheckFlags to manual
| * | doc: add installCheckTarget and installCheckFlags to manualDaiderd Jordan2018-06-23
| | | | | | | | | | | | Fixes #42393
* | | Merge pull request #45820 from ↵John Ericson2018-08-31
|\ \ \ | | | | | | | | | | | | | | | | obsidiansystems/dont-use-obsolete-platform-aliases treewide: Dont use obsolete platform aliases
| * | | treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | | | | | | | | | | | | | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
| * | | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | |/ | |/| | | | | | | It is deprecated and will be removed after 18.09.
* | | docs/python: fix attribute naming exampleJörg Thalheim2018-08-31
| | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/45822#issuecomment-417566642
* | | doc/python: convention for attributes namesJörg Thalheim2018-08-31
|/ / | | | | | | cc @FRidh, @dotlambda
* | nixpkgs docs: normalizeGraham Christensen2018-08-27
| |
* | docs: include shell sectionGraham Christensen2018-08-27
| |
* | docs python: `python.buildEnv` does not include `buildPythonApplication` modulesFrederik Rietdijk2018-08-26
| | | | | | | | | | Clarify the issue encountered at https://github.com/NixOS/nixpkgs/issues/45503
* | treewide: remove mailing list referencesRyan Mulligan2018-08-23
| |
* | Merge branch 'staging-next'Vladimír Čunát2018-08-17
|\ \
| * \ Merge branch 'master' into staging-nextVladimír Čunát2018-08-17
| |\ \ | | | | | | | | | | | | Hydra: ?compare=1473892
| * \ \ Merge branch 'master' into staging-nextVladimír Čunát2018-08-13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gobby and libinfinity - I took the hand-edited versions instead of those resuting from the mass-replacement. Hydra: ?compare=1473190
| * \ \ \ Merge master into stagingFrederik Rietdijk2018-08-09
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-08-04
| |\ \ \ \ \
| * \ \ \ \ \ 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
| |\| | | | | |
* | | | | | | | docs: explain the home passthru present in all JDKs and setting JAVA_HOME ↵Florian Klink2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where required
* | | | | | | | docs: explain what jdk really points to and whyFlorian Klink2018-08-17
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #44981 from Ekleog/rust-patch-bisJörg Thalheim2018-08-14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | buildRustPackage: allow patches to fix Cargo.lock
| * | | | | | buildRustPackage: add documentation about cargoPatchesLéo Gaspard2018-08-14
| | | | | | |
* | | | | | | docs: add some docs for hackage2nixCarlos D2018-08-13
| |_|_|_|/ / |/| | | | |
* | | | | | 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
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | stdenv/build-support: support .tbz and .txz tarballsJames Deikun2018-07-30
| | | | | | |
* | | | | | | 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).
* | | / / 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.
* | | | doc: add darwin installCheckTarget exampleDaiderd Jordan2018-08-01
|/ / /
* / / 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