about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26manual: document deprecated `minimumOCamlVersion`Vincent Laporte1-3/+11
2022-01-12buildDotnetModule: wrap executables in preFixupIvarWithoutBones1-1/+1
Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
2022-01-06buildGoModule: use `proxyVendor` instead of `runVend`zowoq1-2/+1
2022-01-06doc/go: remove platform from examplezowoq1-1/+0
this should only be set if the package doesn't work with the default platforms
2022-01-04doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg1-3/+3
2022-01-04Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg1-0/+24
* Beam/Elixir: Add section on using an overlay
2022-01-02doc/go: remove `runVend` from examplezowoq1-2/+0
2021-12-28doc/python: remove 3.6 from the list of cpython versionsYevhen Shymotiuk1-1/+1
2021-12-22Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-12-20buildDotnetModule: restore and build testProjectFileIvarWithoutBones1-1/+1
2021-12-20Merge branch 'master' into staging-nextDmitry Kalinkin4-24/+9
Conflicts: pkgs/applications/editors/vim/common.nix pkgs/development/python-modules/jellyfin-apiclient-python/default.nix pkgs/development/python-modules/pymavlink/default.nix
2021-12-20Merge pull request #145103 from symphorien/nix-env-iDomen Kožar4-24/+9
doc: minimize mentions of nix-env -i without -A in nixpkgs manual
2021-12-18Merge master into staging-nextgithub-actions[bot]1-4/+4
2021-12-18doc/python: update buildPythonApplication exampleJonathan Ringer1-4/+4
It's recommended to consume the interpreter, not the package set when being called from `all-packages.nix`
2021-12-18Merge branch 'master' into staging-nextDmitry Kalinkin2-3/+6
Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix
2021-12-18Merge pull request #151193 from Trundle/rust-markdown-fixBobby Rong1-1/+1
docs: Fix markdown in Rust language section
2021-12-18docs: Fix markdown in Rust language sectionAndreas Stührk1-1/+1
2021-12-18doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol4-24/+9
2021-12-14buildDotnetModule: add passthru.fetch-depsIvarWithoutBones1-2/+5
2021-12-14Merge master into staging-nextgithub-actions[bot]3-4/+4
2021-12-14Merge pull request #149905 from am-on/fix-404-linksBobby Rong3-4/+4
doc: fix broken links
2021-12-14Merge master into staging-nextgithub-actions[bot]1-2/+19
2021-12-14Merge pull request #150066 from ezemtsov/buildDotnetModuleLuke Granger-Brown1-2/+19
buildDotnetModule: add support for local project references
2021-12-13buildDotnetModule: support local project referencesEvgeny Zemtsov1-1/+14
2021-12-13buildDotnetModule: support optional nupkg packingEvgeny Zemtsov1-1/+5
2021-12-10Merge master into staging-nextgithub-actions[bot]1-0/+22
2021-12-09docs/python: Add CPython update scheduleJonathan Ringer1-0/+22
2021-12-09doc: fix broken linksAmon Stopinšek3-4/+4
Links in documentation shouldn't point to dead ends.
2021-12-09Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross1-0/+13
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
2021-12-08doc: ruby-section: add workaround for platform-specific gemsYannick Markus1-0/+13
2021-12-05Merge master into staging-nextgithub-actions[bot]1-5/+6
2021-12-05doc beam section: Takle TODO (#148624)Chris Wögi1-5/+6
2021-11-30python311: init at 3.11.0a2Martin Weinelt1-0/+1
2021-11-21buildDotnetModule: support setting projectFile as an array && properly ↵IvarWithoutBones1-1/+1
interpret disabledTests
2021-11-16doc: add ocaml end user doc to nixpkgs manual (#145100)Guillaume Girol1-0/+26
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>
2021-11-08Merge master into staging-nextgithub-actions[bot]1-15/+46
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-05Merge master into staging-nextgithub-actions[bot]1-7/+7
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-05Merge staging-next into staginggithub-actions[bot]1-2/+2
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-04Merge staging-next into staginggithub-actions[bot]1-51/+82
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 staging-next into staginggithub-actions[bot]1-1/+5
2021-11-01Merge master into staging-nextgithub-actions[bot]1-1/+5