summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-05-17Merge pull request #121252 from NixOS/SuperSandro2000-patch-1Sandro1-0/+12
doc/contributing: add unnecessary string conversions
2021-05-17restore buildMix and its bootstrapper (#122374)ydlr1-0/+2
* restore mixBuild remove bootstrapper by going through ERL_LIBS mix will use ERL_LIBS to find compiled dependencies Co-authored-by: Zach <zach@hipcreativeinc.com>
2021-05-15dhall: Document language support in the Nixpkgs manual (#123051)Gabriel Gonzalez2-0/+433
2021-05-13mkShell: introduce packages argument (#122180)Jonas Chevalier4-8/+10
The distinction between the inputs doesn't really make sense in the mkShell context. Technically speaking, we should be using the nativeBuildInputs most of the time. So in order to make this function more beginner-friendly, add "packages" as an attribute, that maps to nativeBuildInputs. This commit also updates all the uses in nixpkgs.
2021-05-11rebar3: add rebar3WithPluginsDavid1-0/+4
2021-05-08nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179)Erlend Pedersen1-1/+1
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-05wrapGAppsHook4: initJan Tojnar1-1/+1
2021-05-01Merge pull request #120534 from davidak/package-testsLuke Granger-Brown1-0/+70
doc: add instructions for creating package tests
2021-04-30doc/contributing: add unnecessary string conversionsSandro1-0/+12
2021-04-30doc/contributing: clarify stdenv.lib deprecationSandro1-1/+2
2021-04-27Merge pull request #110491 from neosimsim/agda-doc-fix-install-commandDomen Kožar1-9/+90
agda: fix code snippet for installing Agda
2021-04-26doc/submitting-changes: remove incorrect remarkPatrick Hilhorst1-1/+1
Tests don't only apply to NixOS modules, see for example tests/vscodium
2021-04-25Merge pull request #119092 from numinit/update-androidenvJohn Ericson1-2/+6
androidenv: Allow multiple ndkVersions to be specified
2021-04-25Merge branch 'master' into staging-nextJan Tojnar7-203/+121
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-24androidenv: Allow multiple ndkVersions to be specifiedMorgan Jones1-2/+6
Android is deprecating ndk.dir in favor of specifying exact NDK version in Gradle configuration. Ensure that we can support multiple NDKs, and link them into the location the Android Gradle Plugin expects.
2021-04-24doc: add instructions for creating package testsdavidak1-0/+70
2021-04-24Merge pull request #120231 from bobby285271/masterJan Tojnar7-203/+121
doc: Convert builders/images/* to markdown
2021-04-24doc/builders/images/*.xml: Convert to markdownBobby Rong7-203/+121
2021-04-23agda: extend agda language frameworks manual sectionAlexander Ben Nasrallah1-9/+90
- add code snippets - be more detailed on some aspects
2021-04-23Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross9-1617/+823
Conflicts: pkgs/development/python-modules/pyvex/default.nix pkgs/top-level/python-packages.nix
2021-04-23doc/contributing/*.xml: Convert to markdownBobby Rong9-1617/+823
2021-04-22Merge master into staging-nextgithub-actions[bot]4-25/+40
2021-04-22Merge pull request #108919 from bryanasdev000/doc-dlibSandro3-25/+14
dlib: Update doc to use CommonMark
2021-04-22Merge pull request #118269 from midchildan/feat/fuse/add-darwinSandro1-0/+26
2021-04-22Merge master into staging-nextgithub-actions[bot]1-0/+46
2021-04-21Merge pull request #116475 from davidak/doc-remove-packagesSamuel Dionne-Riel1-0/+46
doc: add instructions to remove a package
2021-04-21Merge master into staging-nextgithub-actions[bot]1-0/+38
2021-04-20doc: add instructions to remove a packagedavidak1-0/+46
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
2021-04-20Include custom package in vim docs (#92811)Adrian Hesketh1-0/+38
Describe how to package a plugin that doesn't exist in nixpkgs (and also how to include an external file). Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-04-20Merge master into staging-nextgithub-actions[bot]1-11/+11
2021-04-20docs: correct some englishEvils1-11/+11
2021-04-20docs: add FUSE packaging tip for Darwinmidchildan1-0/+26
2021-04-13doc/builders/packages/dlib.xml: Convert to markdownBryan A. S3-25/+14
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-04-12Merge remote-tracking branch 'upstream/staging-next' into down-integrate-stagingLuke Granger-Brown2-9/+243
2021-04-12Merge pull request #103546 from mnacamura/cdda-small-fixSandro1-0/+35
2021-04-10Fix "platfrom" typosEmery Hemingway1-1/+1
2021-04-09Merge pull request #112477 from happysalada/fix_build_mixAlexander Bantyev1-9/+208
buildMix: fix: initial try
2021-04-08beam-modules: buildMix -> mixReleasehappysalada1-9/+208
2021-04-07Merge pull request #116749 from vroad/docker-layered-image-fakerootRobert Hensing1-0/+4
dockerTools.streamLayeredImage: add fakeRootCommands option
2021-04-05Merge pull request #116257 from SuperSandro2000/code-fencesSandro7-56/+57
doc/languages-frameworks/*: add missing languages to code fences
2021-04-05doc/languages-frameworks/*: add missing languages to code fencesSandro Jäckel7-56/+57
convert shell -> ShellSession
2021-04-02doc/stdenv/cross: fix typosternenseemann1-1/+1
2021-04-01Delete citrix.xmlSandro1-48/+0
2021-03-31Merge pull request #108918 from bryanasdev000/doc-citrixRyan Mulligan2-1/+33
citrix: Update doc to use CommonMark
2021-03-31Merge pull request #108917 from bryanasdev000/doc-ocitoolsRyan Mulligan3-62/+38
ocitools: Update doc to use CommonMark
2021-03-29Merge master into staging-nextgithub-actions[bot]1-14/+18
2021-03-29Merge pull request #98734 from ju1m/zerobinDoron Behar1-14/+18
2021-03-25Merge master into staging-nextgithub-actions[bot]2-0/+20
2021-03-24Merge pull request #117360 from midchildan/feat/fuse/darwinBernardo Meurer2-0/+20
fuse: use macfuse-stubs instead on Darwin