about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* DOC: unstable packages names should append -unstable, not -git or -svnFrederik Rietdijk2016-07-29
|
* nixpkgs manual: document the paxctl setup-hookJoachim Fasting2016-07-23
|
* add epub for nixpkgs manual ( #15575 ) (#17053)Christine Koppelt2016-07-20
| | | | | | * add epub for nixpkgs manual ( #15575 ) * change epub filename (interpreted as title & author by some epub readers)
* Improve overrideDerivation docs. (#16867)Alex Berg2016-07-12
| | | | | | | | * Improve overrideDerivation docs. Explain how antiquotation in a package's attribute behaves when overriding the package. * Edit antiquotation note. Fix closing-element.
* Doc: how to install a Python environmentFrederik Rietdijk2016-07-01
| | | | See https://github.com/NixOS/nixpkgs/issues/10597.
* Revert "stdenv: introduce baseHash() to replace stripHash()"zimbatm2016-06-25
| | | | | | Introduced by mistake This reverts commit e71a5cb87841f0af4a2279517b77a9a07ba394c0.
* stdenv: introduce baseHash() to replace stripHash()zimbatm2016-06-25
| | | | | | | | | 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.
* Merge pull request #16398 from tboettch/masterzimbatm2016-06-23
|\ | | | | doc: Update stripHash documentation
| * doc: Update stripHash documentationTom Boettcher2016-06-21
| | | | | | | | The documentation now matches the behavior of the function.
* | Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|/
* haskell docs: now that hydra pushes directly to S3, it cant function as a ↵michael bishop2016-06-18
| | | | binary cache
* buildPythonPackage: be able to disable package conflict checkDomen Kožar2016-06-16
|
* doc(haskell): Remove pesky tabs in code snippets.Mathieu Boespflug2016-06-13
|
* doc: Document how to set custom GHC version in haskell.lib.buildStackProject.Mathieu Boespflug2016-06-13
|
* Merge pull request #16146 from kamilchm/rework-goRushmore Mushambi2016-06-11
|\ | | | | all-packages references to Go packages includes all outputs
| * all-packages references to Go packages includes all outputsKamil Chmielewski2016-06-11
| |
* | Merge pull request #16030 from abbradar/fhs-refactorNikolay Amiantov2016-06-11
|\ \ | |/ |/| Improvements for FHS user chrootenv
| * doc: update buildFHSUserEnv documentationNikolay Amiantov2016-06-09
| |
* | buildGoPackage: updated docs for goPackages after rework in ↵Kamil Chmielewski2016-06-10
|/ | | | https://github.com/NixOS/nixpkgs/pull/16017
* fix link formattingRyan Mulligan2016-05-30
|
* doc: mention overrideDerivation causes evaluation of DerivationDomen Kožar2016-05-30
|
* Merge pull request #15804 from NixOS/python-with-packagesFrederik Rietdijk2016-05-30
|\ | | | | python: add python.withPackages function
| * doc/python: fix conversion errors in example codeBenno Fünfstück2016-05-29
| |
| * doc/python: replace buildEnv usage by withPackagesBenno Fünfstück2016-05-29
| |
| * doc/python: document python.withPackagesBenno Fünfstück2016-05-29
| |
* | nixpkgs manual: fix #15735: correct dash renderingVladimír Čunát2016-05-27
|/
* nixpkgs manual: more extensible example (#15557)Théo Zimmermann2016-05-23
| | | By checking if the package name appears in a list, this new example allows for easy user-customization.
* manual: revert title change to keep the link workingDomen Kožar2016-05-22
|
* nixpkgs manual: cleanup (#15611)Eric Sagnes2016-05-22
|
* Merge pull request #15010 from FRidh/formatzimbatm2016-05-09
|\ | | | | Python: support installing wheels
| * Python: allow installing wheelsFrederik Rietdijk2016-05-09
| | | | | | | | | | By passing `format="wheel"` it is now possible to install a wheel. It's not recommended, but it can be useful.
* | manual/substituteAll: document filtered variablesProfpatsch2016-05-07
|/ | | | Some variables are filtered out as of #14907.
* autojump: add package notezimbatm2016-05-04
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* Merge pull request #14858 from ericbmerritt/elixir-supportJoachim Fasting2016-04-25
|\ | | | | Elixir support
| * beam-support: update registry to latest '59b836d'Eric Merritt2016-04-23
| |
* | nixpkgs manual: fix link to go2nixChris Martin2016-04-22
|/
* Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * | manual multiple-output: clarify a noteVladimír Čunát2016-04-09
| | |
| * | nixpkgs manual: add multiple-output chapterVladimír Čunát2016-04-07
| | |
* | | haskellPackages.haste-compiler: fix so that it now builds and runsobadz2016-04-11
| |/ |/| | | | | | | | | Required adding: haskellPackages.haste-Cabal, and haskellPackages.haste-cabal-install
* | nixpkgs manual introduction: improveVladimír Čunát2016-04-05
|/ | | | | | | | - 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
* manual: use a better relaxng validation tool #4966Domen Kožar2016-03-30
|
* Merge pull request #13700 from FRidh/python-docsFrederik Rietdijk2016-03-30
|\ | | | | Documentation: rewrite Python
| * Documentation: fix usage of useChaptersFrederik Rietdijk2016-03-12
| |
| * Documentation: rewrite PythonFrederik Rietdijk2016-03-12
| | | | | | | | | | | | - Rewrite current documentation - Add introduction/tutorial - Convert to markdown
* | nixpkgs manual: remove cruft from a merge conflictVladimír Čunát2016-03-29
| | | | | | | | It was clearly added unintentionally during #14243 merge.
* | nixpkgs manual: Add documentation for bower2nixRodney Lorrimar2016-03-28
| | | | | | | | | | Fixes #9459 Fixes #13214
* | texlive: document in nixpkgs manualVladimír Čunát2016-03-27
| | | | | | | | | | Fixes #13240. It's not really better than source-code comments it replaced, but it's in a better accessible place.