summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* The Haskell documentation has moved to <https://haskell4nix.readthedocs.io/>.•••That site is generated automatically from the set of text files found at <https://github.com/NixOS/cabal2nix/tree/master/doc>. (cherry picked from commit 5fe0939d18d4303440c97afcf24a1c5b44e1c285) Peter Simons2020-11-031-1087/+6
* docs: python39 is available•••(cherry picked from commit 748bc995207059b61676389c0b953243999f497c) Frederik Rietdijk2020-10-131-2/+2
* doc: Improve code listings•••By adding prompts and removing unnecessary indentation. (cherry picked from commit e1af37634b387e18361f15b2db1c7f7f93d37ebc) Jan Tojnar2020-09-2413-161/+173
* doc: rename guide to 'Nixpkgs Manual'•••For consistency with 'NixOS Manual' and 'Nix Manual', to better match what it's often called in practice, and to match its URL and HTML title. Arnout Engelen2020-09-241-1/+1
* Merge pull request #76794 from dudebout/document-nix-env-multiple-output-inst...•••document nix-env bug relating to multiple output installationSilvan Mosberger2020-09-051-22/+52
|\
| * document nix-env bug relating to multiple output installationNicolas Dudebout2020-09-051-22/+52
* | Merge pull request #96963 from doronbehar/doc/nodejs•••doc: nodejs: Update override example to use overlaysMichele Guerini Rocco2020-09-041-4/+5
|\ \
| * | doc: nodejs: Update override example to use overlays•••Also: Add links so it'll be easier to find the referred files. Doron Behar2020-09-021-4/+5
* | | vimPlugins: Document node-based pluginsJake Waksbaum2020-09-041-0/+2
|/ /
* | Merge pull request #84047 from aaronjanse/document-android-emulator-variable•••emulateApp: document $NIX_ANDROID_EMULATOR_FLAGSJohn Ericson2020-08-201-0/+2
|\ \
| * | emulateApp: document $NIX_ANDROID_EMULATOR_FLAGSAaron Janse2020-04-011-0/+2
* | | doc/python: Add pythonImportsCheck mentionJonathan Ringer2020-08-171-4/+26
* | | doc/python: add pytestCheckHook sectionJonathan Ringer2020-08-171-1/+94
* | | Merge pull request #95511 from jtojnar/var-anchors•••doc: Add anchors to stdenv variablesworldofpeace2020-08-161-97/+97
|\ \ \
| * | | doc: Add anchors to stdenv variables•••Wanted to link them. Jan Tojnar2020-08-151-97/+97
* | | | buildRustPackage: remove platform.all from packageszowoq2020-08-161-1/+0
* | | | Merge pull request #95305 from jonringer/remove-py35•••python35: removeFrederik Rietdijk2020-08-151-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | docs: update python interpreter versionsJonathan Ringer2020-08-121-4/+5
* | | | buildGoModule: update deleteVendor docszowoq2020-08-141-1/+8
|/ / /
* | | doc/using/overlays.xml: fix some small glitchesDaniël de Kok2020-08-101-7/+9
* | | doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok2020-08-101-0/+13
* | | doc: Fix missing callout in go.xml•••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. Matthew Mazzanti2020-08-021-1/+3
* | | Merge pull request #89453 from c00w/vend•••Add vend support to go-moduleszowoq2020-07-311-0/+5
|\ \ \
| * | | go-modules: Add useVend flag to go-modulesColin L Rice2020-07-281-0/+5
* | | | doc/*: editorconfig fixeszowoq2020-07-316-15/+14
* | | | doc/steam: add docs about new steam moduleMaciej Krüger2020-07-301-7/+1
|/ / /
* | | doc: add section for cataclysm-ddaMitsuhiro Nakamura2020-07-182-0/+95
* | | doc: fix MD_TARGETS•••globstar (**) does not work in Makefile Mitsuhiro Nakamura2020-07-181-1/+1
* | | doc/perl: fix buildzowoq2020-07-181-1/+1
* | | Merge pull request #92348 from jtojnar/explicit-only-gpl•••licenses: Make single-version-only GPL explicitJan Tojnar2020-07-182-5/+5
|\ \ \
| * | | licenses: Make single-version-only GPL explicit•••I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html Jan Tojnar2020-07-052-5/+5
* | | | Merge pull request #90692 from Ma27/citrix-workspace•••citrix_workspace: add more features, refactor derivationMaximilian Bosch2020-07-171-14/+16
|\ \ \ \
| * | | | citrix_workspace: update docs about selfserviceMaximilian Bosch2020-07-151-0/+14
| * | | | citrix_workspace: add more features, refactor derivation•••In #89806 it has been reported that the final package is missing a lot of features like support for the self-service GUI and the config-management. While working on supporting those components in the Nix-package, I decided to refactor the package to simplify the entire setup. This patch changes the following things: * Binaries and libraries are patched using the `autoPatchelfHook` to avoid having unneeded libraries linked (e.g. some programs use gtk2, others use gtk3). * Moved source-declarations into their own file. * Wrapped `configmgr` and `selfservice` and added those to `$out/bin`. * Don't mention the old `citrix_receiver`-packages in the manual anymore since those packages were removed in 19.09 and are EOLed anyways. Closes #89806 Maximilian Bosch2020-07-151-15/+3
* | | | | Merge pull request #86589 from raboof/document-running-perl-scripts-from-the-...•••doc: add section on running ad-hoc Perl programs to the nixpkgs manualJörg Thalheim2020-07-171-135/+169
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add section on running ad-hoc Perl programs to the nixpkgs manual•••Co-authored-by: Timo Kaufmann <timokau@zoho.com> Arnout Engelen2020-07-171-135/+169
* | | | | Merge staging-next into stagingFrederik Rietdijk2020-07-022-4/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix typos in documentation (#91934)Sami Bouhlel2020-07-011-3/+3
| * | | | Add docs for dockerTools.streamLayeredImageSteve Purcell2020-06-221-1/+22
* | | | | add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau2020-06-221-0/+3
|/ / / /
* | | | Merge pull request #90689 from cole-h/fix-manual•••agda: fix manual build -- blocks nixpkgs-unstableMaximilian Bosch2020-06-171-2/+2
|\ \ \ \
| * | | | agda: fix manual build••• /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" Cole Helbling2020-06-171-2/+2
* | | | | Merge pull request #89245 from alexarice/agda-literate•••agda: install literate filesLassulus2020-06-161-1/+11
|\| | | |
| * | | | agda: install literate filesAlex Rice2020-06-011-1/+11
* | | | | doc: `pip install` flags are specified with `pipInstallFlags`•••The documentation incorrectly stated that `installFlags` are passed to `pip install`. Daniël de Kok2020-06-161-3/+3
* | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-06-104-38/+254
|\ \ \ \ \
| * \ \ \ \ Merge pull request #89840 from berbiche/patch-1•••nixos/manual: s/environent/environment/g in configuration.xmlAaron Andersen2020-06-091-1/+1
| |\ \ \ \ \
| | * | | | | nixos/manual: spelling s/environent/environment/g in configuration.xmlNicolas Berbiche2020-06-081-1/+1
| * | | | | | Merge pull request #55302 from teto/lua_doc•••doc: update lua documentationRok Garbas2020-06-093-37/+253
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | fixup! updateMatthieu Coudron2020-06-071-3/+3