summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2024-04-28Merge branch 'master' into staging-nextJan Tojnar
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-27doc/gnome: fix manualWeijia Wang
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27wrapGAppsHook3: rename from wrapGAppsHookJan Tojnar
GTK 3 is slowly approaching deprecation so let’s not make it default.
2024-04-27doc/gnome: Use `wrapGApps*` hook for referring to the hook familyJan Tojnar
2024-04-27doc/gnome: equalize wrapGAppsHook4 with wrapGAppsHookJan Tojnar
In preparation for renaming wrapGAppsHook to wrapGAppsHook3.
2024-04-27Revert "doc/gnome: make wrapGAppsHook4 more discoverable"Jan Tojnar
We will bring the GTK 3 version to a more equal standing compared to the GTK 4 one in the next commit. This reverts commit 9f90c73360f90784ffe1cc1f8a2d74cc4ca0e83d.
2024-04-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24buildFHSEnvBubblewrap: do not infer `pname` from `name`Peder Bergebakken Sundt
2024-04-23docs/cuda: remove last references to cudaPackages.autoAddDriverRunpathJonathan Ringer
2024-04-19doc: remove links to docbook documentation (#305328)terru
There appears to be no clear reason why docbook should be referenced here, except perhaps for historical reasons from when the manual still used docbook.
2024-04-19Merge #303527: staging-next 2024-04-12Vladimír Čunát
2024-04-19doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)Valentin Gagarin
that NixOS manual section talks a lot about Nixpkgs package configuration, which really should not be there but rather in the Nixpkgs manual itself. but this is a rabbit hole for another time. Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
2024-04-14Merge master into staging-nextgithub-actions[bot]
2024-04-14Merge pull request #301928 from nevivurn/feat/gomod-workvendorSandro
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
2024-04-14buildGoModule: inherit env from main package to goModule derivationYongun Seong
2024-04-14Merge master into staging-nextgithub-actions[bot]
2024-04-13Merge pull request #302599 from Aleksanaa/doc-wrapGAppsHook4Daniel Sidhion
doc/gnome: make wrapGAppsHook4 more discoverable
2024-04-12Merge branch 'staging' into staging-nextVladimír Čunát
Conflicts (tried to quickly resolve somehow, checked eval): pkgs/development/python-modules/apsw/default.nix pkgs/development/python-modules/mido/default.nix pkgs/development/python-modules/pytest-bdd/default.nix pkgs/development/python-modules/sparse/default.nix
2024-04-11Merge pull request #303213 from SuperSandro2000/fzf-followupBasti
nixos/fzf: bring back keybindings and completion option removed in #298692
2024-04-11doc: update fetchzip docs, add examples and follow conventionsDS
With updates in a doc team meeting with Valentin, Silvan and Johannes :)
2024-04-11Revert "doc: replace fzf-share mention with sk-share from Skim package"Sandro Jäckel
This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.
2024-04-09Merge branch 'staging-next' into stagingWeijia Wang
2024-04-08doc/gnome: make wrapGAppsHook4 more discoverablealeksana
2024-04-08doc/stdenv: document prefixKey more precisely (#302535)Aleksana
* doc/stdenv: document prefixKey more precisely Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-04-07Merge pull request #298692 from SebTM/auto-update/fzfMario Rodas
fzf: 0.47.0 -> 0.48.1
2024-04-07Merge pull request #285177 from lelgenio/krita-plugin-gmic-packagePeder Bergebakken Sundt
krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1
2024-04-07doc: add krita plugins sectionlelgenio
2024-04-07doc: replace fzf-share mention with sk-share from Skim packageMario Rodas
`fzf-share` was removed
2024-04-04Merge staging-next into staginggithub-actions[bot]
2024-04-04Merge pull request #301439 from DanielSidhion/unselectable-promptSilvan Mosberger
doc: make prompts unselectable on the manuals
2024-04-04Merge pull request #301152 from DanielSidhion/examples-collapsibleSilvan Mosberger
nixos-render-docs: make examples collapsible by default
2024-04-04doc: document fetchurl more completely, follow doc conventions (#300429)Daniel Sidhion
* doc: document fetchurl more completely, follow doc conventions Co-authored-by: Johannes Kirschbauer <hsjobeki+github@gmail.com>
2024-04-04Merge staging-next into staginggithub-actions[bot]
2024-04-04Merge pull request #299618 from TomaSajt/dub-supportAtemu
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-03doc: make prompts unselectable on the manualsDS
2024-04-03Merge staging-next into staginggithub-actions[bot]
2024-04-03doc: add dlang language sectionTomaSajt
2024-04-03doc: improve fetchers overview, deduplicate readme content, follow doc ↵Daniel Sidhion
conventions (#297654) * doc: improve fetchers overview, deduplicate readme content * Improve caveat explanation and some fetchurl content * move out consumer docs on source fetching * move note on mirror URLs to the relevant section this may be better suited for the `fetchurl` reference, but it's probably better to just render that information into the manual. for now, because - contributor documentation encourages mirrors - we can expect contributors to dig into the source - linking source files is trivial in in-code documentation we leave it there. * move instructions for updating hashes to the manual * Add more clarity on text, reorganise source hash methods --------- Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Dominic Mills-Howell <dominic.millz27@gmail.com> Co-authored-by: lolbinarycat <dogedoge61+github@gmail.com>
2024-04-02nixos-render-docs: make examples collapsible by defaultDS
2024-03-31Merge staging-next into staginggithub-actions[bot]
2024-03-31Merge master into staging-nextgithub-actions[bot]
2024-03-31Merge pull request #300019 from eflanagan0/doc-lowercase-npmDaniel Sidhion
doc: lowercase npm name
2024-03-31doc: clean-up Coq derivation example (#299927)Vincent Laporte
2024-03-30Merge staging-next into staginggithub-actions[bot]
2024-03-30Merge master into staging-nextgithub-actions[bot]
2024-03-30Revert "stdenv: add meta.repository field"K900
This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070.
2024-03-30Merge staging-next into staginggithub-actions[bot]
2024-03-30Merge master into staging-nextgithub-actions[bot]