summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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.
* | doc: remove comments that are no longer relevantVladimír Čunát2016-03-27
| |
* | 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
| |