about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2024-05-02zig: 0.11 -> 0.12 (#306077)Felix Uhl1-2/+2
This upgrades the default version of zig to zig_0_12, which builds reproducibly on darwin. Fixes #299091. Also upgrades all packages compatible with zig 0.12 to that version. I tried to upgrade packages currently pinning 0.11 as well, but only a few worked. Co-authored-by: Weijia Wang (wegank) <contact@weijia.wang>
2024-05-01Merge pull request #308019 from bobby285271/upd/homepageBobby Rong1-3/+3
treewide: Move away from wiki.gnome.org (part 1)
2024-05-01treewide: Move away from wiki.gnome.org/ProjectsBobby Rong1-3/+3
The wiki.gnome.org site is planned for retirement.
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk1-4/+0
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-24Merge pull request #271071 from pbsds/wrapAppImage-pname-reduxAtemu1-1/+5
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24buildFHSEnvBubblewrap: do not infer `pname` from `name`Peder Bergebakken Sundt1-1/+5
2024-04-23docs/cuda: remove last references to cudaPackages.autoAddDriverRunpathJonathan Ringer1-1/+1
2024-04-19doc: remove links to docbook documentation (#305328)terru1-6/+6
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át1-75/+1
2024-04-19doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)Valentin Gagarin1-17/+12
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]1-0/+1
2024-04-14Merge pull request #301928 from nevivurn/feat/gomod-workvendorSandro1-0/+1
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
2024-04-14buildGoModule: inherit env from main package to goModule derivationYongun Seong1-0/+1
2024-04-14Merge master into staging-nextgithub-actions[bot]1-2/+4
2024-04-13Merge pull request #302599 from Aleksanaa/doc-wrapGAppsHook4Daniel Sidhion1-2/+4
doc/gnome: make wrapGAppsHook4 more discoverable
2024-04-12Merge branch 'staging' into staging-nextVladimír Čunát1-75/+1
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-followupBasti1-4/+4
nixos/fzf: bring back keybindings and completion option removed in #298692
2024-04-11doc: update fetchzip docs, add examples and follow conventionsDS1-10/+150
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äckel1-4/+4
This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.
2024-04-09Merge branch 'staging-next' into stagingWeijia Wang4-6/+44
2024-04-08doc/gnome: make wrapGAppsHook4 more discoverablealeksana1-2/+4
2024-04-08doc/stdenv: document prefixKey more precisely (#302535)Aleksana1-2/+2
* 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 Rodas1-4/+4
fzf: 0.47.0 -> 0.48.1
2024-04-07Merge pull request #285177 from lelgenio/krita-plugin-gmic-packagePeder Bergebakken Sundt2-0/+38
krita: wrap with plugins, krita-plugin-gmic init at 3.2.4.1
2024-04-07doc: add krita plugins sectionlelgenio2-0/+38
2024-04-07doc: replace fzf-share mention with sk-share from Skim packageMario Rodas1-4/+4
`fzf-share` was removed
2024-04-04Merge staging-next into staginggithub-actions[bot]2-13/+396
2024-04-04Merge pull request #301439 from DanielSidhion/unselectable-promptSilvan Mosberger1-0/+9
doc: make prompts unselectable on the manuals
2024-04-04Merge pull request #301152 from DanielSidhion/examples-collapsibleSilvan Mosberger1-0/+16
nixos-render-docs: make examples collapsible by default
2024-04-04doc: document fetchurl more completely, follow doc conventions (#300429)Daniel Sidhion1-13/+371
* 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]2-0/+70
2024-04-04Merge pull request #299618 from TomaSajt/dub-supportAtemu2-0/+70
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-03doc: make prompts unselectable on the manualsDS1-0/+9
2024-04-03Merge staging-next into staginggithub-actions[bot]2-38/+135
2024-04-03doc: add dlang language sectionTomaSajt2-0/+70
2024-04-03doc: improve fetchers overview, deduplicate readme content, follow doc ↵Daniel Sidhion2-38/+135
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 defaultDS1-0/+16
2024-03-31Merge staging-next into staginggithub-actions[bot]2-21/+16
2024-03-31Merge master into staging-nextgithub-actions[bot]2-21/+16
2024-03-31Merge pull request #300019 from eflanagan0/doc-lowercase-npmDaniel Sidhion1-10/+10
doc: lowercase npm name
2024-03-31doc: clean-up Coq derivation example (#299927)Vincent Laporte1-11/+6
2024-03-30Merge staging-next into staginggithub-actions[bot]1-4/+0
2024-03-30Merge master into staging-nextgithub-actions[bot]1-4/+0
2024-03-30Revert "stdenv: add meta.repository field"K9001-4/+0
This reverts commit 7e1443abbba99e9dac29ce2ad01c1c4e4fb66070.
2024-03-30Merge staging-next into staginggithub-actions[bot]1-0/+4
2024-03-30Merge master into staging-nextgithub-actions[bot]1-0/+4
2024-03-29Merge pull request #294347 from lolbinarycat/meta.repositorya-n-n-a-l-e-e1-0/+4
stdenv: add meta.repository field
2024-03-29stdenv: add meta.repository fieldbinarycat1-0/+4
2024-03-29doc: lowercase npm nameEli Flanagan1-10/+10
npm, Inc documentation asks to use lowercase. Their documentation also has consistent lowercase usage. e.g. <https://docs.npmjs.com/about-npm>
2024-03-28Merge remote-tracking branch 'upstream/staging-next' into stagingannalee49-496/+756
Conflicts: pkgs/development/python-modules/apsw/default.nix pkgs/development/python-modules/deal/default.nix pkgs/development/python-modules/kubernetes/default.nix