summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* buildLuarocksPackage: rename file to match its roleMatthieu Coudron2023-07-10
|
* Merge pull request #233804 from lilyinstarlight/feature/npm-workspacesMario Rodas2023-07-08
|\ | | | | buildNpmPackage: add npmWorkspace and npmPruneFlags args
| * doc/languages-frameworks/javascript: add npmWorkspace and npmPruneFlags argsLily Foster2023-06-29
| |
* | Merge pull request #239636 from pennae/nixpkgs-manual-nrdpennae2023-07-03
|\ \ | | | | | | doc: dedocbookify nixpkgs manual
| * | doc: render nixpkgs manual with nrdpennae2023-07-01
| | | | | | | | | | | | | | | | | | also updates nixdoc to 2.3.0. the nixdoc update is not a separate commit because that would leave the manual build broken for one commit, potentially breaking bisects and rebases.
* | | doc: add a note about automatic maven upgrades (#238774)Tillerino2023-06-30
|/ /
* | doc/haskell: FAQ entry on changing profiling settings globallysternenseemann2023-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is actually relatively complicated to achieve, since it involves overriding GHC on e.g. aarch64-darwin, so the FAQ entry seems warranted. It's also a good exercise to me, since it demonstrates some problems with the overriding infrastructure, i.e. that it has a tendency to inherit the pkgs fixpoint from prev. An example of this problem is https://github.com/NixOS/nixpkgs/issues/235960, but it has different manifestations as well. Awareness of this will also help writing the other sections on overriding. How complicated it is, seems to be further incentive to go ahead with https://github.com/NixOS/nixpkgs/pull/239548 as well.
* | doc/haskell: document {enable,disable}*Profiling functionssternenseemann2023-06-30
| |
* | doc/languages-frameworks/python: don't use full `pkgs` in attrsamesgen2023-06-29
|/
* Merge pull request #230157 from teutat3s/buildnpmpackage-docsLily Foster2023-06-28
|\ | | | | buildNpmPackage: document dontNpmBuild option
| * buildNpmPackage: document dontNpmBuild optionteutat3s2023-06-28
| | | | | | | | document dontNpmInstall option
* | Merge pull request #239622 from corngood/dotnet-miscSandro2023-06-28
|\ \ | | | | | | dotnet: misc fixes
| * | buildDotnetModule: make fetch-deps find output path automaticallyDavid McFarland2023-06-24
| | |
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-23
|\| |
| * | Merge pull request #233422 from mdarocha/crossgen-fixSandro2023-06-22
| |\ \ | | | | | | | | buildDotnetModule: support ReadyToRun and native binaries inside nuget files
| | * | buildDotnetModule: pass runtimeId whenever possible and disable trimming ↵mdarocha2023-06-21
| | | | | | | | | | | | | | | | | | | | | | | | when not allowed. This fixes up some build errors
| * | | php: drop PHP 8.0Thomas Gerbet2023-06-21
| |/ / | | | | | | | | | Closes #224505
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-21
|\| |
| * | buildDotnetGlobalTool: document dotnet global tools and their packagingmdarocha2023-06-20
| | |
| * | buildDotnetModule: add useDotnetFromEnv optionmdarocha2023-06-20
| | | | | | | | | | | | | | | This causes an alternative wrapper to be used, that takes the dotnet runtime from the environment.
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-16
|\| |
| * | buildNimPackage: doCheck by defaultEmery Hemingway2023-06-14
| | |
* | | Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2023-06-14
|\| |
| * | buildNimPackage: refactor to use overlay-style overrideAttrsEmery Hemingway2023-06-14
| | | | | | | | | | | | | | | Make buildNimPackage cleaner and more efficient. Also encourage the use of a "buildNimPackage (finalAttrs: {…})" pattern.
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-14
|\| |
| * | Merge pull request #237068 from pennae/manual-normalizationValentin Gagarin2023-06-13
| |\ \
| | * | doc: don't use docbook program listings/calloutspennae2023-06-10
| | | | | | | | | | | | | | | | | | | | | | | | nixos-render-docs does not support this, and since the examples are small there isn't that much value in callouts here. change them to simple MD code blocks and lists instead.
| | * | doc: make sure section depths are consecutivepennae2023-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | skipping heading levels (eg from # to ###, or starting at ###) is legal in pandoc, but not in nixos-render-docs. pandoc acts as though section levels *were* consecutive, nixos-render-docs prefers to tell people not to do that kind of thing because it can make documents more fragile.
* | | | Merge pull request #237028 from maralorn/separate-binmaralorn2023-06-13
|\ \ \ \ | |/ / / |/| | | haskellPackages: Use separate bin output for multiple packages
| * | | haskellPackages: Use separate bin output for multiple packagesmaralorn2023-06-11
| |/ /
* | | doc/languages-frameworks/python: add missing back quoteLele Gaifax2023-06-12
| | |
* | | doc: correct typos and spelling (#237098)Andrew2023-06-11
|/ /
* | doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)Julian Arni2023-06-06
| |
* | pypi2nix: removefigsoda2023-06-03
| | | | | | | | It has been broken since 2021 and upstream has been archived
* | Merge master into haskell-updatesgithub-actions[bot]2023-05-28
|\ \
| * | doc/language-frameworks/go.section.md: fix spellingYueh-Shun Li2023-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "platform dependant" to "platform-dependent" The word "dependant" (with suffix -ant) is used as a noun in British English, while the adjetive is "dependent" (-ent). Both are "dependent" in American English. Reference: https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant https://dictionary.cambridge.org/dictionary/english/dependant
* | | Merge master into haskell-updatesgithub-actions[bot]2023-05-27
|\| |
| * | cudaPackages.cudnn: remove patch version from name to conform with ↵Connor Baker2023-05-24
| | | | | | | | | | | | cudaPackages standard
* | | Document incremental build support for HaskellRebecca Turner2023-05-25
| | |
* | | maintainers: Gabriel439 -> Gabriella439Rebecca Turner2023-05-25
|/ /
* | doc/python: remove usages of `fetchPypi` aliasesfigsoda2023-05-21
| |
* | doc/languages-frameworks/python: update formatting and interpretersMartin Weinelt2023-05-20
| | | | | | | | | | | | | | | | | | Updates all interpreter references with 3.10/3.11, which are the current version, that we recurse into for their package set. Update all code examples with an explicit `format` and expand lists with multiple items as we do in the python package set. Also set `pythonImportsCheck` where tests are disabled.
* | treewide: don't use rustPlatform.rustAlyssa Ross2023-05-12
| | | | | | | | This will be deprecated in the next commit.
* | Merge pull request #229770 from Misterio77/init-buildDartPackageKira Bruneau2023-05-11
|\ \ | | | | | | buildDartApplication: init
| * | buildFlutterApplication: add docsGabriel Fontes2023-05-05
| | |
| * | buildDartApplication: initGabriel Fontes2023-05-05
| |/ | | | | | | This adds a function for easily packaging non-flutter dart apps.
* | Merge pull request #231112 from farnoy/shortenPerlShebangs-manual-buildInputsWeijia Wang2023-05-10
|\ \ | | | | | | doc: update shortenPerlShebang example to use nativeBuildInputs
| * | doc: update shortenPerlShebang example to use nativeBuildInputsJakub Okoński2023-05-10
| | |
* | | docs: typo in cuda docs, forgot a colon (:)Hraban Luyat2023-05-10
|/ /
* / ocamlPackages.buildDunePackage: deprecate useDune2Et7f32023-05-06
|/