summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-11
|\|
| * Fix small typo in configuration documentation (#40357)Scott Trinh2018-05-11
| | | | | | | | | | * Fix small typo in configuration documentation * doc: Fix second instance of same typo
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\|
| * dockerTools.pullImage: documentation and release noteAntoine Eiche2018-05-02
| |
| * nixpkgs docs: format =)Graham Christensen2018-05-01
| |
| * nixpkgs doc: add format Make targetGraham Christensen2018-04-30
| |
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski2018-04-26
| | | | | | | | | | | | | | | | | | | | | | Note that a bunch of non-python packages use this attribute already. Some of those are clearly unaware of the fact that this attribute does not exists in stdenv because they define it but don't to add it to their `bulidInputs` :) Also note that I use `buildInputs` here and only handle regular builds because python and haskell builders do it this way and I'm not sure how to properly handle the cross-compilation case.
* | treewide: rename version attributesMaximilian Bosch2018-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
* | Merge pull request #39623 from Ekleog/doc-typoxeji2018-04-27
|\ \ | | | | | | doc: fix typo in cross-compilation docs
| * | doc: fix typo in cross-compilation docsLéo Gaspard2018-04-27
| |/
* / docs: initial manual entry for `lib/debug.nix`Profpatsch2018-04-27
|/ | | | It is more of a stub for now, but at least points to the right file.
* doc: add filtered pr listMatthew Justin Bauer2018-04-23
|
* Merge pull request #39309 from LumiGuide/haskell.overridesPeter Simons2018-04-23
|\ | | | | RFC: haskell: allow overriding all package sets at once
| * haskell: allow overriding all package sets at onceBas van Dijk2018-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting haskell.packageOverrides like so: haskell = super.haskell // { packageOverrides = self: super: { my-package = ...; my-other-package = ...; }; }; causes all compiler-specific package sets to be overridden with those overrides.
* | Merge #31320: docs and glibc: explicit comments on outputsVladimír Čunát2018-04-22
|\ \ | |/ |/|
| * docs: multiple outputs: now mentions glibc as not having executables in the ↵Ilya Kolpakov2017-11-06
| | | | | | | | first output contrary to the convention
* | tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"Will Dietz2018-04-19
| | | | | | | | | | Encountered one of these when using check-meta, did a quick search to find other instances.
* | doc: Document `config.allowUnsupportedSystem` and its env varJohn Ericson2018-04-17
| |
* | Merge pull request #38568 from samueldr/fix/nixpkgs-rebase-calloutJörg Thalheim2018-04-08
|\ \ | | | | | | doc: Fixes repeated callout in nixpkgs manual 15.1
| * | doc: Fixes repeated callout in 15.1Samuel Dionne-Riel2018-04-07
| | |
* | | doc: Fixes in-text callouts and screen callouts.Samuel Dionne-Riel2018-04-07
|/ /
* | nixos docs: syntax highlightGraham Christensen2018-04-05
| | | | | | | | | | | | | | | | | | - Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
* | Merge pull request #38428 from Ekleog/doc-weechatMichael Raskin2018-04-04
|\ \ | | | | | | Add documentation for weechat
| * | weechat: add hint in documentationLéo Gaspard2018-04-04
| | |
* | | nixos/doc: fix instructions for nox-review usageAndre Ramos2018-04-03
| | |
* | | nixpkgs: remove ancient 'ecj' packageAustin Seipp2018-04-01
| | | | | | | | | | | | | | | | | | | | | | | | Nobody has stepped up to keep maintaining this and it's several years old, and the last strict Java 7 dependency, as it won't work with newer versions without an update. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | lib/generators: add an example of overriding defaultsProfpatsch2018-03-29
| | | | | | | | | | | | | | | An example of overriding the `toINI` generator is added, hopefully clarifying the expressiveness of generators.
* | | docs: extend rust docs (#35587)Garrett Berg2018-03-28
| | | | | | | | | | | | | | | | | | | | | - Add example for setting up nix-shell, improve rust docs - Rust docs: add gcc rust dependencies and fix carnix commands - Fix a typo with the carnix command.
* | | nixpkgs docs: syntax highlightGraham Christensen2018-03-26
| | |
* | | Move the overridden CSS to overrides.css which can be applied on nixos.orgGraham Christensen2018-03-26
| | |
* | | nixpkgs docs: Use SVGs for calloutsGraham Christensen2018-03-26
| | |
* | | Add 'make debug' to call xmloscopyGraham Christensen2018-03-25
| | |