summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* ruby docs: improve the exampleVladimír Čunát2016-03-20
| | | | | | | | | - missing cd command - invoke bundler through nix-shell, so it doesn't need to be on $PATH Note: running bundix through nix-shell won't work ATM, as the shell sets SSL_CERT_FILE=/no-cert-file.crt which prevents fetching throug https. - use version from gemset to simplify updating - don't break line in meta.description
* manual: fix meta.description in ruby example expressionJoachim Fasting2016-03-18
| | | | Noted by @namore on github
* Revert "Documentation: rewrite Python docs"Frederik Rietdijk2016-03-05
|
* Documentation: rewrite PythonFrederik Rietdijk2016-03-05
| | | | | | - Rewrite current documentation - Add introduction/tutorial - Convert to markdown
* Move `buildStackProject` to `haskell.lib`.Mathieu Boespflug2016-03-04
|
* haskell: tell users to use Stack's nix support when missing system library.Mathieu Boespflug2016-03-04
|
* haskell: Add documentation for haskell.buildStackProject to user guide.Mathieu Boespflug2016-03-04
| | | | This section documents introduces Stack's primitive Nix support as well.
* nixpkgs manual: Fix license strings docsFranz Pletz2016-02-24
| | | | | | | | | | | The wrong usage of unfree-redistributable fixed in ea242619fb0028f830238a0fa1b19277d14508ff can be explaind by unclear documention, specifically the section in the nixpkgs manual describing generic licenses it is written to use attributes from `stdenv.lib.licenses` but in the list the strings form was documented without quotation marks. This confuses people because the package builds fine locally but failes the tests on travis-ci.
* nixpkgs manual: add basic R documentation, fixes #13362Michel Kuhlmann2016-02-22
| | | | also fixes #13243
* DOC: Overview of Nixpkgs/channels/Hydra/tests (close #11263)Frederik Rietdijk2016-02-21
| | | | | | | | | | | | | | What I missed when I began using Nix and NixOS was a clear overview of how packages, channels, Hydra, the master branch and updates to channels relate to each other. I've noticed I am not the only one, given the amount of times these questions pop up. For now I propose to include this in the Nixpkgs manual, since this seems to be the best fit. However, I think it would be good to include this in either a new manual, i.e., a user manual, or an 'official' tutorial.
* Merge branch 'staging'Vladimír Čunát2016-02-17
|\ | | | | | | | | | | | | | | | | It seemed very fine on Hydra before it was cancelled due to glibc rebuild, in particular the nixpkgs unstable job succeeded except for bootstrap-tarball tests which should be fine after ee994dfae6e. Therefore, let's avoid another mass rebuild by merging now when we don't have binaries for master anyway.
| * Merge branch 'master' into stagingVladimír Čunát2016-02-17
| |\
| * \ Merge branch 'master' into stagingVladimír Čunát2016-01-29
| |\ \
| * \ \ Merge branch 'master' into stagingVladimír Čunát2016-01-25
| |\ \ \
| * \ \ \ Merge pull request #12284 from abbradar/bundlerenv-wrapperNikolay Amiantov2016-01-23
| |\ \ \ \ | | | | | | | | | | | | bundlerEnv: add wrapper
| | * | | | nix manual: add bundlerEnv.env and .wrapper items descriptionsNikolay Amiantov2016-01-21
| | | | | |
* | | | | | nixpkgs manual: fix typo in filenameVladimír Čunát2016-02-17
| |_|_|_|/ |/| | | |
* | | | | doc: Fix URL to ghc-paths patchJohn Ericson2016-02-13
| |_|_|/ |/| | |
* | | | dockerTools: private registry supportArthur Noel2016-01-27
| |_|/ |/| | | | | | | | | | | | | | | | | * authorization token is optional * registry url is taken from X-Docker-Endpoints header * pull.sh correctly resumes partial layer downloads * detjson.py does not fail on missing keys
* | | docs: Mention autoreconfHook in Package Setup HooksBenjamin Staffin2016-01-23
| | |
* | | nixpkgs manual: add a section about passthruNikolay Amiantov2016-01-21
| | |
* | | nixpkgs manual: mention preferLocalBuild and enableParallelBuildingNikolay Amiantov2016-01-21
| | |
* | | rebar3: refactor to make hermeticEric Merritt2016-01-18
|/ / | | | | | | | | | | | | This adds changes to the rebar3 expression that patch rebar3 to force it to be hermetic. Now, by default, rebar3 literally can't download anything. A 'rebar3-open' expression was added for those folks whe want the normal rebar3.
* | erlang support: Add minimal documentation to nixEric Merritt2016-01-15
| | | | | | | | | | | | This commit adds some very minimial documentation to the Nix manual. Hopefully, its enough to get someone started and serve as a first footstep for future documentation writers
* | dockerTools: nix functions for manipulating docker imagesLuca Bruno2016-01-13
| |
* | docs: kernelPackagesFor -> linuxPackagesForKranium Gikos Mendoza2016-01-09
| |
* | doc/meta.xml: don't encourage users to add a meta.version attributePeter Simons2016-01-05
|/ | | | | | | That attribute is completely redundant since it just duplicates information from "name". Cc: @7c6f434c who added that section in e39b1f4ec8740e7dd34185c38464db5ac814eed5.
* nixpkgs manual: add idris docs generated from *.mdVladimír Čunát2015-12-21
| | | | | | I also modified the nesting approach in haskell docs to allow more uniform handling of markdown -> docbook conversions. /cc #11308.
* nixpkgs manual: split languages into separate filesVladimír Čunát2015-12-19
| | | | | | | | There's no change in content except for amending the title of the section to mention "frameworks", as e.g. I don't consider Qt a language, and it's likely there will be more of similar cases in future. To be certain, I checked diff of the generated HTMLs.
* nixpkgs manual: more strict commit policy (close #11609)aszlig2015-12-18
|
* Fixed a syntax error in the buildFHSChrootEnv example. Also, fixed the ↵Avery Glitch2015-12-18
| | | | manual.xml so it actually builds.
* Manual: Fix indent of config sectionEelco Dolstra2015-12-10
|
* Manual: Rename fileEelco Dolstra2015-12-10
|
* doc/submitting-changes: mention master -> staging merge (see issue #11460)Matthias C. M. Troffaes2015-12-07
|
* Manual: Add a warning that overrideDerivation should not be usedEelco Dolstra2015-12-02
|
* doc: --meta is not needed in the presence of --jsonPascal Wittmann2015-11-29
|
* doc: fix typo in language-support.xmlLuca Bruno2015-11-26
|
* doc: fix setup.py develop referenceDomen Kožar2015-11-26
|
* buildPythonPacakage: update docsDomen Kožar2015-11-21
|
* buildPythonPackage: get rid of setupPyInstallFlags since there is no such thingDomen Kožar2015-11-21
|
* manual: typo fixeszimbatm2015-11-20
|
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-15
|\
| * build-fhs-{chroot,user}env: document new extra bind mounts optionNikolay Amiantov2015-10-11
| |
* | Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
|/ | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* haskell-users-guide.md: document static linkingPeter Simons2015-10-02
|
* doc: generate haskell-users-guide.xml from Markdown input via PandocPeter Simons2015-09-30
| | | | | | Editing Docbook is no fun, IMHO, so I'd rather store the Haskell documentation in Markdown format and use Pandoc to convert that into Docbook as part of the build process.
* doc/default.nix: fix Emacs syntax highlighting (no functional change)Peter Simons2015-09-30
|
* Merge branch 'qt-5.5'Thomas Tuegel2015-09-27
|\
| * manual: document Qt packaging toolsThomas Tuegel2015-09-27
| |