summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* buildDunePackage: use dune_2 by defaultVincent Laporte2022-03-13
|
* Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte2022-02-26
|\ | | | | coq: Move dune, ocaml and findlib to nativeBuildInputs
| * coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid2022-02-25
| | | | | | | | | | | | = true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
* | python3Packages: document how to handle extras-requireFrederik Rietdijk2022-02-25
| |
* | Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres2022-02-24
|/
* rustPlatform.bindgenHook: initGuillaume Girol2022-02-22
|
* manual: document deprecated `minimumOCamlVersion`Vincent Laporte2022-01-26
|
* buildDotnetModule: wrap executables in preFixupIvarWithoutBones2022-01-12
| | | | Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
* buildGoModule: use `proxyVendor` instead of `runVend`zowoq2022-01-06
|
* doc/go: remove platform from examplezowoq2022-01-06
| | | | this should only be set if the package doesn't work with the default platforms
* doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg2022-01-04
|
* Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg2022-01-04
| | | * Beam/Elixir: Add section on using an overlay
* doc/go: remove `runVend` from examplezowoq2022-01-02
|
* doc/python: remove 3.6 from the list of cpython versionsYevhen Shymotiuk2021-12-28
|
* Merge master into staging-nextgithub-actions[bot]2021-12-22
|\
| * buildDotnetModule: restore and build testProjectFileIvarWithoutBones2021-12-20
| |
* | Merge branch 'master' into staging-nextDmitry Kalinkin2021-12-20
|\| | | | | | | | | | | | | Conflicts: pkgs/applications/editors/vim/common.nix pkgs/development/python-modules/jellyfin-apiclient-python/default.nix pkgs/development/python-modules/pymavlink/default.nix
| * Merge pull request #145103 from symphorien/nix-env-iDomen Kožar2021-12-20
| |\ | | | | | | doc: minimize mentions of nix-env -i without -A in nixpkgs manual
| | * doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol2021-12-18
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-12-18
|\| |
| * | doc/python: update buildPythonApplication exampleJonathan Ringer2021-12-18
| | | | | | | | | | | | | | | It's recommended to consume the interpreter, not the package set when being called from `all-packages.nix`
* | | Merge branch 'master' into staging-nextDmitry Kalinkin2021-12-18
|\| | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix
| * | Merge pull request #151193 from Trundle/rust-markdown-fixBobby Rong2021-12-18
| |\ \ | | | | | | | | docs: Fix markdown in Rust language section
| | * | docs: Fix markdown in Rust language sectionAndreas Stührk2021-12-18
| | | |
| * | | buildDotnetModule: add passthru.fetch-depsIvarWithoutBones2021-12-14
| |/ /
* | | Merge master into staging-nextgithub-actions[bot]2021-12-14
|\| |
| * | Merge pull request #149905 from am-on/fix-404-linksBobby Rong2021-12-14
| |\ \ | | | | | | | | doc: fix broken links
| | * | doc: fix broken linksAmon Stopinšek2021-12-09
| | | | | | | | | | | | | | | | Links in documentation shouldn't point to dead ends.
* | | | Merge master into staging-nextgithub-actions[bot]2021-12-14
|\| | |
| * | | Merge pull request #150066 from ezemtsov/buildDotnetModuleLuke Granger-Brown2021-12-14
| |\ \ \ | | | | | | | | | | buildDotnetModule: add support for local project references
| | * | | buildDotnetModule: support local project referencesEvgeny Zemtsov2021-12-13
| | | | |
| | * | | buildDotnetModule: support optional nupkg packingEvgeny Zemtsov2021-12-13
| | |/ /
* | | | Merge master into staging-nextgithub-actions[bot]2021-12-10
|\| | |
| * | | docs/python: Add CPython update scheduleJonathan Ringer2021-12-09
| |/ /
* | | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-12-09
|\| | | | | | | | | | | CONFLICT (rename/add): Rename pkgs/development/python-modules/jsonwatch/default.nix->pkgs/tools/misc/jsonwatch/default.nix in nixpkgs/master. Added pkgs/tools/misc/jsonwatch/default.nix in HEAD
| * | doc: ruby-section: add workaround for platform-specific gemsYannick Markus2021-12-08
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-12-05
|\| |
| * | doc beam section: Takle TODO (#148624)Chris Wögi2021-12-05
| | |
* | | python311: init at 3.11.0a2Martin Weinelt2021-11-30
|/ /
* | buildDotnetModule: support setting projectFile as an array && properly ↵IvarWithoutBones2021-11-21
| | | | | | | | interpret disabledTests
* | 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 master into staging-nextgithub-actions[bot]2021-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
* | | Merge master into staging-nextgithub-actions[bot]2021-11-05
|\| |
| * | 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.