summaryrefslogtreecommitdiff
path: root/doc/languages-frameworks (follow)
Commit message (Expand)AuthorAgeFilesLines
* libglycin-gtk4: init (split out of libglycin) (#481377)Jan Tojnar2026-02-041-0/+2
|\
| * libglycin: Introduce setup hook for adding loader paths to wrapper•••This setup hook discovers glycin loaders in the inputs list it is placed into, and adds them to `gappsWrapperArgs`. This should simplify glycin-dependent programs’ expressions. Just add `libglycin.setupHook` (for Rust programs) or `libglycin` (for other languages) to `buildInputs`. The latter will also pull in the setup hook. Note, the setup hook needs to go to the `buildInputs` since we cannot have a different offset when used as standalone hook instead of propagated from `libglycin`. We chose `hostOffset` to make it work with the proper placement of `libglycin` in `buildInputs`. Co-authored-by: Seth Flynn <getchoo@tuta.io> Co-authored-by: Jan Tojnar <jtojnar@gmail.com> Leah Amelia Chen2026-01-191-0/+2
* | coq.withPackages: document use with language servers•••Added guidance on installing Rocq language servers when using `coq.withPackages`. #484870 Théo Zimmermann2026-02-011-0/+2
* | Update Rocq documentation (#480647)Théo Zimmermann2026-01-262-79/+63
|\ \
| * | Rocq: Update documentationPierre Roux2026-01-262-79/+63
| |/
* | treewide: apply nixfmt 1.2.0Dyego Aurélio2026-01-221-1/+1
* | doc/python: use finalAttrs in examples (#479520)Martin Weinelt2026-01-211-29/+30
|\ \ | |/ |/|
| * doc/python: use finalAttrs in examplesSigmanificient2026-01-131-29/+30
* | coqPackages: add coqWithPackages/coqWithPackages' functionsTom McLaughlin2026-01-131-0/+19
|/
* factor-lang: 0.100 -> 0.101 (#469560)Sandro2026-01-101-0/+2
|\
| * factor-lang: 0.100 -> 0.101•••Fixes issues with the help browser by copying vocabulary roots instead of symlinking them. Although, I am convinced that this is an issue that should be fixed upstream, eventually. Fixes #469242 Fixes #474869 Michael Raitza2026-01-091-0/+2
* | doc: fix end quote typoMerikei2026-01-101-1/+1
|/
* Merge master into staging-nextnixpkgs-ci[bot]2025-12-191-1/+1
|\
| * Fix typo: `fetchFromGithub` -> `fetchFromGitHub`Gaël James2025-12-181-1/+1
* | Merge master into staging-nextnixpkgs-ci[bot]2025-12-181-33/+70
|\|
| * fetchPnpmDeps,pnpmConfigHook: move to top-level attribute•••move pnpm.{fetchDeps,configHook} to fetchPnpmDeps and pnpmConfigHook respectively. Also adds aliases to the former package-level attributes. Additionally, pnpmConfigHook does not propagate pnpm anymore, to make changing pnpm versions easier. This brings pnpm in line with the other Node.js/JavaScript tooling in nixpkgs. This doesn't cause any rebuilds. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2025-12-171-33/+70
* | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-151-1/+2
|\|
| * pnpm.fetchDeps: output a tarball from fetcherVersion 3 (#469950)Sefa Eyeoglu2025-12-151-1/+2
| |\
| | * pnpm.fetchDeps: output a tarball from fetcherVersion 3Gutyina Gergő2025-12-141-1/+2
* | | typstPackages: Simplify configuration (#464325)Sandro2025-12-151-1/+1
|\ \ \
| * | | typstPackages: Use makeScope so that it has typical pkgset attrsRoss Smyth2025-11-191-1/+1
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-151-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | dune: move out of ocamlPackages (#468883)Vincent Laporte2025-12-151-1/+1
| |\ \ \
| | * | | dune_3: move out of ocamlPackagesVincent Laporte2025-12-101-1/+1
| | | |/ | | |/|
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-141-1/+1
|\| | |
| * | | treewide: prefer standard name for old and final AttrsAliaksandr2025-12-131-1/+1
| |/ /
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002025-12-076-8/+8
|\| |
| * | doc: fix example (#435473)Gergő Gutyina2025-12-076-8/+8
| |\ \
| | * | doc: fix examplesYiyu Zhou2025-10-196-8/+8
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-061-4/+1
|\| | |
| * | | OCaml documentation: remove reference to useDune2Vincent Laporte2025-12-051-4/+1
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-041-1/+1
|\| | |
| * | | doc/gradle: edit (split sentence)7karni2025-12-041-1/+1
| * | | doc/gradle: correction (other _than_)7karni2025-12-041-1/+1
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-11-301-87/+0
|\| | |
| * | | doc/javascript: move nodePackages information back to README.md•••Adding new packages here is discouraged, for reasons enumerated in https://github.com/NixOS/nixpkgs/issues/229475, so let's move this (mostly developer-facing) documentation back into its original location in pkgs/development/node-packages/README.md. Tomodachi942025-11-291-87/+0
| | |/ | |/|
* | | perlPackages: Deprecate shortenPerlShebangpolyfloyd2025-11-151-32/+1
* | | qt6.wrapQtAppsHook: don't include qtwayland (#450591)K9002025-11-151-9/+1
|\ \ \ | |/ / |/| |
| * | qt6.wrapQtAppsHook: don't include qtwayland•••The base windowing integration for Wayland lives in qtbase now, and qtwayland only provides libadwaita decorations, which are only relevant on GNOME-likes without server-side decoration support, and should probably be installed by the appropriate modules. K9002025-10-211-9/+1
* | | dune_1: removeVincent Laporte2025-11-131-6/+6
* | | Merge branch 'master' into staging-nextVladimír Čunát2025-11-121-1/+1
|\ \ \
| * \ \ julia: drop 1.9, clean up package (#456726)Weijia Wang2025-11-111-1/+1
| |\ \ \
| | * | | julia_19{,-bin}: dropSergey Volkov2025-10-291-1/+1
* | | | | Merge master into staging-nextnixpkgs-ci[bot]2025-11-072-2/+2
|\| | | |
| * | | | temurin-{,jre-}bin-23: drop, open{jdk,jfx}23: drop (#403247)Leona Maroni2025-11-062-2/+2
| |\ \ \ \
| | * | | | openjfx23: dropGalder Zamarreño2025-11-042-2/+2
| | |/ / /
* | | | | Merge master into staging-nextnixpkgs-ci[bot]2025-11-061-0/+2
|\| | | |
| * | | | rubyPackages: Add command to audit packages (#443737)kirillrdy2025-11-051-0/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | rubyPackages: Add command to audit packages•••For known security vulnerabilities. Converts `pkgs/top-level/ruby-packages.nix` to a minimal `Gemfile.lock` for `bundler-audit`. Victor Engmark2025-09-181-0/+2
* | | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-10-281-1/+1
|\| | | |