about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2016-08-23Merge branch 'master' into stagingobadz2-3/+3
2016-08-23haskell docs: Fix output reference in exampleTuomas Tynkkynen1-1/+1
2016-08-23python manual: Fix 'fftw*' output references in exampleTuomas Tynkkynen1-2/+2
2016-08-22Merge branch 'hardened-stdenv' into stagingobadz2-1/+204
Closes #12895 Amazing work by @globin & @fpletz getting hardened compiler flags by enabled default on the whole package set
2016-08-20wrapPythonProgram: use site.addsitedir instead of PYTHONPATHNikolay Amiantov1-2/+5
2016-08-19Merge pull request #17549 from ericsagnes/nixpkgs-doc/patchesPeter Simons1-0/+18
nixpkgs-doc: add patches to coding conventions
2016-08-16Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-2/+2
2016-08-16Doc: fix python examplesFrederik Rietdijk1-2/+2
2016-08-13Merge branch 'master' into hardened-stdenvFranz Pletz2-21/+17
2016-08-13Doc: how to create a Python wheelFrederik Rietdijk1-0/+17
2016-08-13hardening docs: fix typoRobin Gloster1-1/+1
2016-08-12doc: complete the hardening documentationFranz Pletz1-9/+169
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski1-21/+0
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-08-06nixpkgs-doc: add patches to coding conventionsEric Sagnes1-0/+18
2016-07-31Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-7/+4
2016-07-29DOC: unstable packages names should append -unstable, not -git or -svnFrederik Rietdijk1-7/+4
2016-07-25Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+19
2016-07-23nixpkgs manual: document the paxctl setup-hookJoachim Fasting1-0/+19
2016-07-21Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-10/+20
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-15Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster6-121/+251
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-30Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster8-46/+78
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-18Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz3-1/+28
2016-05-09Merge pull request #15010 from FRidh/formatzimbatm1-0/+1
Python: support installing wheels