aboutsummaryrefslogtreecommitdiff
path: root/doc/coding-conventions.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: re-formatJan Tojnar2019-09-181-236/+70
|
* doc: Use prompt more oftenJan Tojnar2019-06-171-5/+5
|
* doc: format the documentation (#57102)Wael Nasreddine2019-03-081-47/+51
|
* rephrase and apply suggestionsdanbst2019-01-171-26/+42
|
* manual: document ways of obtaining source hashesdanbst2019-01-111-0/+101
| | | | ... and security nuances
* doc: tweak the coding conventions (#51113)zimbatm2018-11-271-12/+17
| | | | | | | Encouraging to put container elements on their own lines to minimize diffs, merge conflicts and making re-ordering easier. Nix doesn't suffer the restrictions of other languages where commas are used to separate list items.
* Use RFC 2119 convention to describe package naming conventionrht2018-11-111-7/+25
|
* Add mention of nix-prefetch-github. (#49336)Théo Zimmermann2018-10-301-1/+4
|
* doc: ran `make format`Samuel Dionne-Riel2018-05-311-45/+123
| | | | With visual inspection that nothing got worse.
* nixpkgs docs: format =)Graham Christensen2018-05-011-537/+677
|
* Merge pull request #31668 from rycee/doc/namingYegor Timoshenko2017-12-231-12/+13
|\ | | | | docs: clarify package and module option naming
| * docs: clarify package and module option namingRobert Helgesson2017-11-141-12/+13
| | | | | | | | | | This attempts to briefly clarify the current naming conventions of attribute names in `all-packages.nix` and module option names.
* | nixpkgs manual: how to make a patch file with gitChris Martin2017-11-171-2/+25
|/ | | | This addresses #31684.
* documentation: fix some spellingDmitry Kalinkin2017-09-011-2/+2
|
* compiz: dropGraham Christensen2017-08-301-4/+4
|
* Make more visible which fetch approach is bestLorenzo Manacorda2017-01-301-3/+3
| | | Prepend "bad/better/best" to each paragraph, to make more visible which approach is best
* nixpkgs-doc: add patches to coding conventionsEric Sagnes2016-08-061-0/+18
|
* DOC: unstable packages names should append -unstable, not -git or -svnFrederik Rietdijk2016-07-291-7/+4
|
* Change where window managers should beDamien Cassou2015-06-181-2/+7
| | | | | | This patch reflects current practice. Fixes issue #8364.
* Strip indentation from programlistingsEelco Dolstra2015-06-031-25/+31
|
* doc: add section idsPascal Wittmann2015-05-311-3/+3
| | | | | This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
* Merge pull request #6539 from jagajaga/documentationArseniy Seroka2015-05-211-0/+6
|\ | | | | add information about git-based pkgs
| * add information about git-based pkgsArseniy Seroka2015-02-231-0/+6
| |
* | Add section on fetching sourcesEdward Tjörnhammar2015-05-151-4/+49
|/
* doc: document current conventions on package namingVladimír Čunát2014-02-231-14/+12
| | | | Mostly: encourage using dashes instead of underscores.
* * Package naming / versioning guidelines.Eelco Dolstra2009-11-181-0/+110
| | | | svn path=/nixpkgs/trunk/; revision=18433
* svn path=/nixpkgs/trunk/; revision=18420Eelco Dolstra2009-11-181-1/+1
|
* * Move classification.txt to the manual.Eelco Dolstra2009-11-181-2/+276
| | | | svn path=/nixpkgs/trunk/; revision=18419
* * "with args" considered harmful.Eelco Dolstra2009-11-181-0/+46
| | | | svn path=/nixpkgs/trunk/; revision=18404
* * Moved the coding conventions from maintainers/docs to the NixpkgsEelco Dolstra2009-09-251-0/+175
manual. * Removed some out-dated files from maintainers/docs. svn path=/nixpkgs/trunk/; revision=17419