about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: add ocaml end user doc to nixpkgs manual (#145100)Guillaume Girol2021-11-16
| | | | | | doc: add ocaml end user doc to nixpkgs manual Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* Merge #144730: branch 'staging-next'Vladimír Čunát2021-11-15
|\
| * Merge master into staging-nextgithub-actions[bot]2021-11-10
| |\
| * \ Merge master into staging-nextgithub-actions[bot]2021-11-08
| |\ \
| * \ \ Merge master into staging-nextgithub-actions[bot]2021-11-05
| |\ \ \
| * \ \ \ Merge branch 'staging-next' into stagingVladimír Čunát2021-11-05
| |\ \ \ \
| * \ \ \ \ Merge staging-next into staginggithub-actions[bot]2021-11-05
| |\ \ \ \ \
| * \ \ \ \ \ Merge staging-next into staginggithub-actions[bot]2021-11-04
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge staging-next into staginggithub-actions[bot]2021-11-01
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge staging-next into staginggithub-actions[bot]2021-10-30
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross2021-10-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/from_md/release-notes/rl-2111.section.xml nixos/doc/manual/release-notes/rl-2111.section.md
| * | | | | | | | | | doc/rust: add documentation for feature optionsfigsoda2021-10-27
| | | | | | | | | | |
* | | | | | | | | | | doc: Fix xref in functions descriptionJan Tojnar2021-11-14
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b.
* | | | | | | | | | writeShellApplication: buildInputs -> runtimeInputsBernardo Meurer2021-11-08
| | | | | | | | | |
* | | | | | | | | | writeShellApplication: initBernardo Meurer2021-11-08
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #142825 from cdepillabout/buildDhallUrlDennis Gosnell2021-11-08
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | dhallPackages.buildDhallUrl: add function for easily building dhall remote imports
| * | | | | | | | dhall docs: replace two paths with more general versions(cdep)illabout2021-11-08
| | | | | | | | |
| * | | | | | | | dhall docs: change code block formatting to use ShellSession instead of bash(cdep)illabout2021-11-08
| | | | | | | | |
| * | | | | | | | dhallPackages.buildDhallUrl: change argument from dhall-hash to dhallHash(cdep)illabout2021-11-08
| | | | | | | | |
| * | | | | | | | dhallPackages.buildDhallUrl: small formatting fixesDennis Gosnell2021-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
| * | | | | | | | doc: Add explanation of --fixed-output-derivations arg for dhall-nixpkgs to ↵(cdep)illabout2021-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dhall section
* | | | | | | | | docs: Rust language section consistencyEli Flanagan2021-11-05
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #144671 from andersk/LD_LIBRARY_PATHBernardo Meurer2021-11-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
| * | | | | | | treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg2021-11-04
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | docs: fix Rust language typosEli Flanagan2021-11-04
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | I tried to use aspell following https://github.com/NixOS/nixpkgs/issues/34308#issuecomment-361431632 but there are too many false positives!
* | | | | | Apply suggestions from code reviewEli Flanagan2021-11-05
| | | | | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | add an example with buildRustPackageEli Flanagan2021-11-05
| | | | | |
* | | | | | docs: improve, clean up Rust language adviceEli Flanagan2021-11-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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` :)
* | | | | Merge master into staging-nextgithub-actions[bot]2021-11-01
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | buildDotnetModule: add support for running unit testsIvarWithoutBones2021-11-01
| | | | |
* | | | | Merge master into staging-nextgithub-actions[bot]2021-10-30
|\| | | | | |_|_|/ |/| | |
| * | | doc/crystal: Update to mention shard.lock file generationSilvan Mosberger2021-10-30
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-10-28
|\| | | | |_|/ |/| |
| * | doc: fix typoSandro Jäckel2021-10-28
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-10-26
|\| |
| * | Merge pull request #136345 from Pamplemousse/docJan Tojnar2021-10-26
| |\ \ | | |/ | |/| doc: clarification of dependencies related attributes
| | * doc: clarification of dependencies related attributesPamplemousse2021-08-31
| | | | | | | | | | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-10-22
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/jupyter-client/default.nix pkgs/development/python-modules/jupyterlab-git/default.nix
| * | ruby_2_6, rubyPackages_2_6: drop unused packageSergei Trofimovich2021-10-22
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2021-10-19
|\| |
| * | Merge pull request #142173 from baloo/baloo/rust/doc-target-escapeSandro2021-10-19
| |\ \
| | * | doc: rust: target escape hatch has been removedArthur Gautier2021-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | Merge pull request #98214 from turion/dev_test_all_agda_packagesManuel Bärenz2021-10-19
| |\ \ \ | | | | | | | | | | Fix #98209. Test all agda packages
| | * | | adga: Add test for all packagesManuel Bärenz2021-08-03
| | | | |
| | * | | agda.section.md: Lay out Agda maintenance guidelinesManuel Bärenz2021-08-03
| | | | |
| * | | | dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKsPavol Rusnak2021-10-18
| | |/ / | |/| |
* | | | Merge staging-next into staginggithub-actions[bot]2021-10-12
|\| | |
| * | | Merge pull request #139222 from IvarWithoutBones/init/buildDotnetKevin Cox2021-10-12
| |\ \ \ | | | | | | | | | | buildDotnetModule: init
| | * | | buildDotnetModule: add documentationIvarWithoutBones2021-10-06
| | | | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-10-07
|\| | | |