about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
2020-11-29doc/Qt: migrate to CommonMark (#105004)Wil Taylor3-150/+125
* Updated QT section * Fixed trailing whitespace * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Made changes to docs as per jtojnar's review * Added docbook tags for callouts back in Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-11-28rust: Clean up target configs and test some moreJohn Ericson1-7/+7
See the new docs for details. The difference is vis-a-vis older versions of this PR, not master.
2020-11-28Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson12-688/+707
2020-11-28Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2-1087/+20
2020-11-28Merge pull request #105200 from ryantm/update-ruby-docRyan Mulligan3-266/+64
doc: Ruby to CommonMark
2020-11-28Merge pull request #105025 from Mic92/go-docJörg Thalheim3-249/+141
doc/go: convert to markdown
2020-11-28Merge pull request #67496 from mb21/patch-1Jörg Thalheim1-2/+3
Docs: clarify Rust overlay on non-NixOS
2020-11-28doc/go: convert to markdownJörg Thalheim3-249/+141
2020-11-28doc/python: Fix shebang link (#105196)applePrincess1-1/+1
2020-11-27doc: ruby improvementsRyan Mulligan2-250/+52
* no hard wrapping * use ShellSession and nix info strings * preserve old section anchor link * update references to present default version
2020-11-27doc: use newer ruby documentationKamron Mahmoodzadeh2-16/+12
With the addition of ruby.withPackages, manveru rewrote the nixpkgs manual section for the ruby language but did not add it to the manual. This commit replaces the previous documentation with manveru's updated version.
2020-11-26doc: convert beam docs to commonmarkStephen OBrien3-160/+85
2020-11-11dotnet: document new net packagesFelix Tenley1-2/+2
2020-11-05Merge pull request #95165 from turion/patch-4Kevin Cox1-6/+40
Doc -> Languages & Frameworks -> Rust: Update
2020-11-05Merge pull request #98383 from raboof/document-jreRobert Hensing1-2/+16
openjdk: add derivation to generate bespoke minimal JRE's
2020-11-04openjdk: add derivation to generate bespoke minimal JRE'sArnout Engelen1-2/+16
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2020-11-04Merge pull request #100660 from fzakaria/faridzakaria/maven-documentationDoron Behar2-0/+355
2020-11-03documentation: add documentation for mavenFarid Zakaria2-0/+355
Add nice markdown documentation for how to use mvn2nix plugin and the buildMaven function within nixpkgs. Update doc/languages-frameworks/maven.md Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com> Apply suggestions from code review Co-authored-by: Doron Behar <doron.behar@gmail.com>
2020-10-28vimPlugins: document update procesAustin Butler1-0/+14
2020-10-23The Haskell documentation has moved to <https://haskell4nix.readthedocs.io/>.Peter Simons1-1120/+6
That site is generated automatically from the set of text files found at <https://github.com/NixOS/cabal2nix/tree/master/doc>.
2020-10-17add documentationAaron Janse1-0/+3
2020-10-15Merge remote-tracking branch 'origin/master' into haskell-updates,Peter Simons2-19/+24
2020-10-14rust: Add support for managing target JSON in NixJohn Ericson1-3/+52
2020-10-13docs: python39 is availableFrederik Rietdijk1-2/+2
2020-10-11Merge pull request #98084 from turion/patch-5Kevin Cox1-17/+22
agda.section.md: Fix header and enumeration
2020-10-10haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0 ↵maralorn1-0/+33
(#99519) * haskell-language-server: Init wrapper for multiple ghc versions at 0.5.0 * Fix closure size * docs: Add hls section to Haskell part of manual
2020-09-26Doc -> Languages & Frameworks -> Rust: UpdateManuel Bärenz1-6/+40
Add information on declarative overlay usage
2020-09-25Merge pull request #97603 from zowoq/rust-test-threadsJörg Thalheim1-0/+12
2020-09-24Merge pull request #98503 from jtojnar/doc-promptsJan Tojnar5-121/+120
2020-09-24docs/go: Add examples for and explain buildFlagsDoron Behar1-45/+69
Move common attributes treated by both buildGoModule and buildGoPackage to a separate section, out of the examples' "callouts". Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
2020-09-24buildRustPackage: support setting test-threadszowoq1-0/+12
2020-09-23doc: Improve code listingsJan Tojnar5-121/+120
By adding prompts and removing unnecessary indentation.
2020-09-21doc/python: remove trailing whitespacezowoq1-1/+1
2020-09-18agda.section.md: Fix header, enumerations, capitalisationManuel Bärenz1-17/+22
2020-09-10docs/rust: fix typoAlexandre Esteves1-1/+1
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
2020-09-08buildGoPackage: check/delete vendorzowoq1-1/+8
2020-09-04Merge pull request #96963 from doronbehar/doc/nodejsMichele Guerini Rocco1-4/+5
doc: nodejs: Update override example to use overlays
2020-09-04vimPlugins: Document node-based pluginsJake Waksbaum1-0/+2
2020-09-02doc: nodejs: Update override example to use overlaysDoron Behar1-4/+5
Also: Add links so it'll be easier to find the referred files.
2020-08-20Merge pull request #84047 from aaronjanse/document-android-emulator-variableJohn Ericson1-0/+2
emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
2020-08-17doc/python: Add pythonImportsCheck mentionJonathan Ringer1-4/+26
2020-08-17doc/python: add pytestCheckHook sectionJonathan Ringer1-1/+94
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-08-15Merge pull request #95305 from jonringer/remove-py35Frederik Rietdijk1-4/+5
python35: remove
2020-08-14buildGoModule: update deleteVendor docszowoq1-1/+8
2020-08-12docs: update python interpreter versionsJonathan Ringer1-4/+5
2020-08-02doc: Fix missing callout in go.xmlMatthew Mazzanti1-1/+3
Pull #89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
2020-07-31Merge pull request #89453 from c00w/vendzowoq1-0/+5
Add vend support to go-modules
2020-07-31doc/*: editorconfig fixeszowoq4-12/+11
2020-07-28go-modules: Add useVend flag to go-modulesColin L Rice1-0/+5