about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
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
2020-07-18doc/perl: fix buildzowoq1-1/+1
2020-07-17Merge pull request #86589 from ↵Jörg Thalheim1-142/+176
raboof/document-running-perl-scripts-from-the-shell doc: add section on running ad-hoc Perl programs to the nixpkgs manual
2020-07-17Add section on running ad-hoc Perl programs to the nixpkgs manualArnout Engelen1-142/+176
Co-authored-by: Timo Kaufmann <timokau@zoho.com>
2020-06-17Merge pull request #90689 from cole-h/fix-manualMaximilian Bosch1-2/+2
agda: fix manual build -- blocks nixpkgs-unstable
2020-06-17agda: fix manual buildCole Helbling1-2/+2
/build/doc/manual-full.xml:12764:35: error: ID "build-phase" has already been defined /build/doc/manual-full.xml:9029:33: error: first occurrence of ID "build-phase"
2020-06-16Merge pull request #89245 from alexarice/agda-literateLassulus1-1/+11
agda: install literate files
2020-06-16doc: `pip install` flags are specified with `pipInstallFlags`Daniël de Kok1-3/+3
The documentation incorrectly stated that `installFlags` are passed to `pip install`.
2020-06-10Merge branch 'staging-next' into stagingJan Tojnar3-37/+253
2020-06-09Merge pull request #55302 from teto/lua_docRok Garbas3-37/+253
doc: update lua documentation
2020-06-07fixup! updateMatthieu Coudron1-3/+3
2020-06-06updateMatthieu Coudron2-82/+42
2020-06-06buildsMatthieu Coudron1-6/+4
2020-06-06Added an example about overlayMatthieu Coudron1-1/+22
2020-06-06doc: update lua documentationMatthieu Coudron2-1/+238
Reflects the recent changes to the lua infrastructure. Packaging from luarocks should be encouraged.
2020-06-05Merge staging-next into stagingFrederik Rietdijk1-0/+18
2020-06-05buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim1-0/+18
2020-06-05Merge #82342: rustPlatform: increase build-speed of `checkPhase`Vladimír Čunát1-0/+66
...for rust-packages (into staging)
2020-06-04python3: now points to python38Frederik Rietdijk1-1/+1
Note this also means python3Minimal is now also Python 3.8. This reverts commit eb1369670b5a4e616ff0cf4100616479b1fa3064 and adds more.
2020-06-01agda: install literate filesAlex Rice1-1/+11
2020-05-31rust: improve docsMaximilian Bosch1-27/+27
Co-authored-by: cole-h <cole.e.helbling@outlook.com> Co-authored-by: asymmetric <lorenzo@mailbox.org>
2020-05-29Change to nodePackages and nodePackages_latestChristian Albrecht1-10/+9
currently LTS 12.x and Current 14.x
2020-05-27nodePackages: switch to 12Jörg Thalheim1-4/+4
Signed-off-by: Christian Albrecht <christian.albrecht@mayflower.de>
2020-05-24rust*: add docs for testing packagesMaximilian Bosch1-0/+66
See also https://discourse.nixos.org/t/rust-build-speed-improvements/7225
2020-05-24agda: fix typo in library management documentationUma Zalakain1-1/+1
Agda expects a "depend" (not "depends") field in the library description.
2020-05-16python3Packages.venvShellHook: add postVenvCreation (#87850)Jon1-2/+10
* python3Packages.venvShellHook: add postVenvCreation * python: docs: add postVenvCreation explaination
2020-05-15doc: Rewrite python onboarding tutorials in manualBenjamin Hipple1-138/+254
Based on some feedback in #87094 and discussion with @fridh, this re-organizes the onboarding tutorial in the Nixpkgs manual's python section, so that we start with the simplest, most ad-hoc examples and work our way up. This progresses from: 1. How to create an temporary python env at the cmdline, then 2. How to create a specific python env for a single script, then 3. How to create a specific python env for a project in a shell.nix, then 4. How to install a specific python env globally on the system or in a user profile. Additionally, I've tried to standardize on some of the "best practice" ways of doing things: 1. Instead of saying that this command style is "supported but strongly not discouraged", I've just deleted it to avoid confusion. Bad: nix-shell -p python38Packages.numpy python38Packages.toolz Good: nix-shell -p 'python38.withPackages(ps: with ps; [ numpy toolz ])' 2. In the portion where we show how to add stuff to the user's `XDG_CONFIG_HOME`, use overlays instead of `config.nix`. The former can do everything the latter can do, but is also much more generic and powerful, because it can compose with other files, compose with other envs, compose with overlays that do things like swap whether tensorflow and pytorch are built openblas/mkl/cuda stacks, and so on. The user is eventually going to see the overlay, so to avoid confusion let's standardize on it.
2020-05-14Merge pull request #76653 from alexarice/agda-reworkDmitry Kalinkin2-0/+97
Agda rework
2020-05-14agda: rework builderAlex Rice2-0/+97
2020-05-14go-modules: Doc updatesColin L Rice1-7/+7
2020-05-09doc: use idiomatic overlay names in the python manual exampleBenjamin Hipple1-5/+5
An overlay by any other name would function just as well, but we generally use `self: super:` for the regular overlays, and `python-self: python-super`.
2020-05-09doc: update python manual to reference python 3.8 instead of 3.5Benjamin Hipple1-36/+36
Improvement suggested in #87094
2020-05-08ghcHEAD: 20200403 -> 20200505Gabor Greif1-2/+2
2020-05-07Merge pull request #86198 from romildo/doc.icon-themesJosé Romildo Malaquias1-0/+17
gnome: document packaging icon themes
2020-05-05Merge master into staging-nextFrederik Rietdijk4-12/+27
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2-2/+2
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-05-01doc/php: Add example for installing composer with extra extensionsElis Hirwing1-2/+18
2020-05-01doc/php: Fix headline conflictsElis Hirwing1-8/+6
2020-05-01Merge staging-next into stagingFrederik Rietdijk1-32/+43
2020-04-30doc: Add PHP sectionElis Hirwing1-0/+1