about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2016-07-29DOC: unstable packages names should append -unstable, not -git or -svnFrederik Rietdijk1-7/+4
2016-07-23nixpkgs manual: document the paxctl setup-hookJoachim Fasting1-0/+19
2016-07-20add epub for nixpkgs manual ( #15575 ) (#17053)Christine Koppelt1-10/+20
* add epub for nixpkgs manual ( #15575 ) * change epub filename (interpreted as title & author by some epub readers)
2016-07-12Improve overrideDerivation docs. (#16867)Alex Berg1-19/+33
* Improve overrideDerivation docs. Explain how antiquotation in a package's attribute behaves when overriding the package. * Edit antiquotation note. Fix closing-element.
2016-07-01Doc: how to install a Python environmentFrederik Rietdijk1-0/+50
See https://github.com/NixOS/nixpkgs/issues/10597.
2016-06-25Revert "stdenv: introduce baseHash() to replace stripHash()"zimbatm1-17/+13
Introduced by mistake This reverts commit e71a5cb87841f0af4a2279517b77a9a07ba394c0.
2016-06-25stdenv: introduce baseHash() to replace stripHash()zimbatm1-13/+17
stripHash uses a global variable to communicate it's computation results, but it's not necessary. You can just pipe to stdout in a subshell. A function mostly behaves like just another command. baseHash() also introduces a suffix-stripping capability since it's something the users of the function tend to use.
2016-06-23Merge pull request #16398 from tboettch/masterzimbatm1-4/+18
doc: Update stripHash documentation
2016-06-22Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson1-2/+2
2016-06-21doc: Update stripHash documentationTom Boettcher1-4/+18
The documentation now matches the behavior of the function.
2016-06-18haskell docs: now that hydra pushes directly to S3, it cant function as a ↵michael bishop1-1/+1
binary cache
2016-06-16buildPythonPackage: be able to disable package conflict checkDomen Kožar1-0/+1
2016-06-13doc(haskell): Remove pesky tabs in code snippets.Mathieu Boespflug1-3/+3
2016-06-13doc: Document how to set custom GHC version in haskell.lib.buildStackProject.Mathieu Boespflug1-0/+17
2016-06-11Merge pull request #16146 from kamilchm/rework-goRushmore Mushambi1-0/+19
all-packages references to Go packages includes all outputs
2016-06-11Merge pull request #16030 from abbradar/fhs-refactorNikolay Amiantov1-51/+33
Improvements for FHS user chrootenv
2016-06-11all-packages references to Go packages includes all outputsKamil Chmielewski1-0/+19
2016-06-10buildGoPackage: updated docs for goPackages after rework in ↵Kamil Chmielewski1-49/+82
https://github.com/NixOS/nixpkgs/pull/16017
2016-06-09doc: update buildFHSUserEnv documentationNikolay Amiantov1-51/+33
2016-05-30fix link formattingRyan Mulligan1-1/+1
2016-05-30doc: mention overrideDerivation causes evaluation of DerivationDomen Kožar1-1/+8
2016-05-30Merge pull request #15804 from NixOS/python-with-packagesFrederik Rietdijk1-24/+50
python: add python.withPackages function
2016-05-29doc/python: fix conversion errors in example codeBenno Fünfstück1-6/+6
2016-05-29doc/python: replace buildEnv usage by withPackagesBenno Fünfstück1-21/+16
2016-05-29doc/python: document python.withPackagesBenno Fünfstück1-0/+31
2016-05-27nixpkgs manual: fix #15735: correct dash renderingVladimír Čunát1-0/+1
2016-05-23nixpkgs manual: more extensible example (#15557)Théo Zimmermann1-2/+2
By checking if the package name appears in a list, this new example allows for easy user-customization.
2016-05-22manual: revert title change to keep the link workingDomen Kožar1-1/+1
2016-05-22nixpkgs manual: cleanup (#15611)Eric Sagnes5-19/+17
2016-05-09Merge pull request #15010 from FRidh/formatzimbatm1-0/+1
Python: support installing wheels
2016-05-09Python: allow installing wheelsFrederik Rietdijk1-0/+1
By passing `format="wheel"` it is now possible to install a wheel. It's not recommended, but it can be useful.
2016-05-07manual/substituteAll: document filtered variablesProfpatsch1-1/+11
Some variables are filtered out as of #14907.
2016-05-04autojump: add package notezimbatm1-0/+16
2016-04-26Python: use PyPI mirror (#15001)Frederik Rietdijk1-7/+7
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
2016-04-25Merge pull request #14858 from ericbmerritt/elixir-supportJoachim Fasting3-306/+377
Elixir support
2016-04-23beam-support: update registry to latest '59b836d'Eric Merritt3-306/+377
2016-04-22nixpkgs manual: fix link to go2nixChris Martin1-1/+1
2016-04-13Merge branch 'staging', containing closure-size #7701Vladimír Čunát3-1/+93
2016-04-11haskellPackages.haste-compiler: fix so that it now builds and runsobadz1-0/+24
Required adding: haskellPackages.haste-Cabal, and haskellPackages.haste-cabal-install
2016-04-10Merge branch 'master' into closure-sizeVladimír Čunát1-17/+22
Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
2016-04-09manual multiple-output: clarify a noteVladimír Čunát1-1/+1
2016-04-07nixpkgs manual: add multiple-output chapterVladimír Čunát3-1/+93
2016-04-05nixpkgs manual introduction: improveVladimír Čunát1-17/+22
- make line wrapping more consistent (overlong lines) - don't stress the manual is *only* for contributors, as it does contain some user-guide parts, including the intro itself - since March our Hydra publishes binaries immediately, not waiting for channel update
2016-03-30manual: use a better relaxng validation tool #4966Domen Kožar1-3/+3
2016-03-30Merge pull request #13700 from FRidh/python-docsFrederik Rietdijk3-447/+718
Documentation: rewrite Python
2016-03-29nixpkgs manual: remove cruft from a merge conflictVladimír Čunát1-17/+0
It was clearly added unintentionally during #14243 merge.
2016-03-28nixpkgs manual: Add documentation for bower2nixRodney Lorrimar2-0/+262
Fixes #9459 Fixes #13214
2016-03-27texlive: document in nixpkgs manualVladimír Čunát2-0/+60
Fixes #13240. It's not really better than source-code comments it replaced, but it's in a better accessible place.
2016-03-27doc: remove comments that are no longer relevantVladimír Čunát1-16/+1
2016-03-20ruby docs: improve the exampleVladimír Čunát1-5/+6
- 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