about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08writeShellApplication: buildInputs -> runtimeInputsBernardo Meurer1-2/+2
2021-11-08writeShellApplication: initBernardo Meurer1-0/+22
2021-11-08Merge pull request #142825 from cdepillabout/buildDhallUrlDennis Gosnell1-15/+46
dhallPackages.buildDhallUrl: add function for easily building dhall remote imports
2021-11-08dhall docs: replace two paths with more general versions(cdep)illabout1-2/+2
2021-11-08dhall docs: change code block formatting to use ShellSession instead of bash(cdep)illabout1-15/+15
2021-11-08dhallPackages.buildDhallUrl: change argument from dhall-hash to dhallHash(cdep)illabout1-1/+1
2021-11-05docs: Rust language section consistencyEli Flanagan1-7/+7
I found out how to use aspell with a custom dictionary and so ran that on `rust.section.md`. These changes are trivial consistency in spelling and nomenclature.
2021-11-04Merge pull request #144671 from andersk/LD_LIBRARY_PATHBernardo Meurer1-1/+1
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg1-1/+1
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04docs: fix Rust language typosEli Flanagan1-2/+2
I tried to use aspell following https://github.com/NixOS/nixpkgs/issues/34308#issuecomment-361431632 but there are too many false positives!
2021-11-05Apply suggestions from code reviewEli Flanagan1-3/+2
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05add an example with buildRustPackageEli Flanagan1-0/+42
2021-11-05docs: improve, clean up Rust language adviceEli Flanagan1-53/+43
This stems from a discussion [here](https://discourse.nixos.org/t/what-rust-overlay-do-you-use-and-why-advice-appreciated/15412) I removed an entire section because I feel like that duplicated Mozilla's original instructions on how to consume the overlay. The goal here is to simply the "getting started with Rust" in a nix or NixOS environment. I will try to do some follow up work to update the code snippets and output. nightly is on `1.57.0-nightly` :)
2021-11-01Merge master into staging-nextgithub-actions[bot]1-1/+5
2021-11-01dhallPackages.buildDhallUrl: small formatting fixesDennis Gosnell1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01buildDotnetModule: add support for running unit testsIvarWithoutBones1-1/+5
2021-10-30Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-10-30doc/crystal: Update to mention shard.lock file generationSilvan Mosberger1-2/+2
2021-10-29doc: Add explanation of --fixed-output-derivations arg for dhall-nixpkgs to ↵(cdep)illabout1-0/+31
Dhall section
2021-10-28Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-10-28doc: fix typoSandro Jäckel1-1/+1
2021-10-26Merge master into staging-nextgithub-actions[bot]2-12/+25
2021-10-26Merge pull request #136345 from Pamplemousse/docJan Tojnar2-12/+25
doc: clarification of dependencies related attributes
2021-10-22Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer1-1/+1
Conflicts: pkgs/development/python-modules/jupyter-client/default.nix pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22ruby_2_6, rubyPackages_2_6: drop unused packageSergei Trofimovich1-1/+1
2021-10-19Merge branch 'master' into staging-nextVladimír Čunát3-21/+66
2021-10-19Merge pull request #142173 from baloo/baloo/rust/doc-target-escapeSandro1-16/+0
2021-10-19Merge pull request #98214 from turion/dev_test_all_agda_packagesManuel Bärenz1-1/+63
Fix #98209. Test all agda packages
2021-10-19doc: rust: target escape hatch has been removedArthur Gautier1-16/+0
As far as I can tell, a8efb2053fd9c1e2fea97699754b5071e94c1649 removed the `target =` escape hatch. See #112804 This commit removes it from the documentation. Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-10-18dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKsPavol Rusnak1-4/+3
2021-10-12Merge staging-next into staginggithub-actions[bot]2-2/+37
2021-10-12Merge pull request #139222 from IvarWithoutBones/init/buildDotnetKevin Cox2-2/+37
buildDotnetModule: init
2021-10-07Merge staging-next into staginggithub-actions[bot]1-2/+2
2021-10-07Merge pull request #140396 from laikq/srcs-docRobert Hensing1-2/+2
doc: reference sourceRoot in description of srcs
2021-10-06buildDotnetModule: add documentationIvarWithoutBones2-2/+37
2021-10-06Merge staging-next into staginggithub-actions[bot]1-0/+15
2021-10-05doc/contributing: add lib.optional (#121251)Sandro1-0/+15
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-10-05doc: reference sourceRoot in description of srcslaikq1-2/+2
2021-10-05python310: 3.10.0-rc2 -> 3.10.0Martin Weinelt1-0/+1
2021-10-03python36: removeMartin Weinelt1-2/+1
2021-09-30Merge master into staging-nextgithub-actions[bot]1-0/+9
2021-09-30Merge pull request #140013 from raboof/jre_minimal_document_headlessSandro1-0/+9
2021-09-30jre_minimal: document how to use a headless JDKArnout Engelen1-0/+9
For a smaller image
2021-09-27Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-09-27doc: fix misspelling (#139623)thomassdk1-1/+1
doc/builders/fetchers.chapter.md: fetcheres -> fetchers
2021-09-27Merge master into staging-nextgithub-actions[bot]1-8/+12
2021-09-26doc: clarify location of rPackages overridesJustin Bedo1-1/+13
Detail the location of rPackage overrides and how broken builds should be addressed.
2021-09-24rPackages: mark packages as broken when generating package setsJustin Bedo1-8/+0
The current behaviour for generate-r-packages.R is to delete packages that have been remove upstream. This patch changes the behaviour to mark packages as broken rather than removing them. This has the advantage of never breaking expressions, which previously occured when a package with overrides in default.nix was deleted. As a result, the update procedure is simplified, allowing automated updates to the package tree to run, and additionally if a package is re-established upstream the previous overrides still exist.
2021-09-23Merge staging-next into staginggithub-actions[bot]2-0/+92
2021-09-22Merge pull request #136489 from ehmry/nimPackagesGuillaume Girol2-0/+92
nimpackages / buildNimPackage