| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove mentions of documentation-reviewers team•••See also https://github.com/NixOS/nix.dev/pull/978
| Silvan Mosberger | 2024-05-13 | 1 | -1/+1 |
| * | doc: fix meta.badPlatforms example••• error: attribute 'isStatic' missing
| Alyssa Ross | 2024-05-13 | 1 | -1/+1 |
| * | doc/go: Update url for module documentation•••The old wiki is deprecated
| Florian Engel | 2024-05-09 | 1 | -1/+1 |
| * | Merge #307770: add optional version check in `testers.hasPkgConfigModules` | nicoo | 2024-05-03 | 1 | -4/+8 |
| |\ |
|
| | * | doc: Mention `testers.hasPkgConfigModules` and its `versionCheck` parameter i... | nicoo | 2024-04-30 | 1 | -4/+8 |
| * | | Merge master into staging-next | github-actions[bot] | 2024-05-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | doc: Use substitute --replace-fail in manuals•••This fixes a warning about --replace being deprecated.
| Jan Tojnar | 2024-05-02 | 1 | -1/+1 |
| * | | | Merge master into staging-next | github-actions[bot] | 2024-05-02 | 1 | -2/+2 |
| |\| | |
|
| | * | | zig: 0.11 -> 0.12 (#306077)•••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> | Felix Uhl | 2024-05-02 | 1 | -2/+2 |
| * | | | Merge branch 'master' into staging-next | K900 | 2024-05-01 | 1 | -3/+3 |
| |\| | |
|
| | * | | Merge pull request #308019 from bobby285271/upd/homepage•••treewide: Move away from wiki.gnome.org (part 1) | Bobby Rong | 2024-05-01 | 1 | -3/+3 |
| | |\ \
| | |/
| |/| |
|
| | | * | treewide: Move away from wiki.gnome.org/Projects•••The wiki.gnome.org site is planned for retirement.
| Bobby Rong | 2024-05-01 | 1 | -3/+3 |
| * | | | Merge branch 'master' into staging-next | Jan Tojnar | 2024-04-28 | 1 | -4/+0 |
| |\| | |
|
| | * | | Removing FRidh as active maintainer of packages•••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.
| Frederik Rietdijk | 2024-04-28 | 1 | -4/+0 |
| | |/ |
|
| * | | doc/gnome: fix manual | Weijia Wang | 2024-04-27 | 1 | -1/+1 |
| * | | treewide: wrapGAppsHook → wrapGAppsHook3•••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)
| Jan Tojnar | 2024-04-27 | 1 | -2/+2 |
| * | | wrapGAppsHook3: rename from wrapGAppsHook•••GTK 3 is slowly approaching deprecation so let’s not make it default.
| Jan Tojnar | 2024-04-27 | 1 | -2/+2 |
| * | | doc/gnome: Use `wrapGApps*` hook for referring to the hook family | Jan Tojnar | 2024-04-27 | 3 | -12/+12 |
| * | | doc/gnome: equalize wrapGAppsHook4 with wrapGAppsHook•••In preparation for renaming wrapGAppsHook to wrapGAppsHook3.
| Jan Tojnar | 2024-04-27 | 1 | -2/+6 |
| * | | Revert "doc/gnome: make wrapGAppsHook4 more discoverable"•••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.
| Jan Tojnar | 2024-04-27 | 1 | -4/+2 |
| |/ |
|
| * | Merge pull request #271071 from pbsds/wrapAppImage-pname-redux•••appimageTools.wrapAppImage: remove version from `pname` | Atemu | 2024-04-24 | 1 | -1/+5 |
| |\ |
|
| | * | buildFHSEnvBubblewrap: do not infer `pname` from `name` | Peder Bergebakken Sundt | 2024-04-24 | 1 | -1/+5 |
| * | | docs/cuda: remove last references to cudaPackages.autoAddDriverRunpath | Jonathan Ringer | 2024-04-23 | 1 | -1/+1 |
| |/ |
|
| * | doc: remove links to docbook documentation (#305328)•••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. | terru | 2024-04-19 | 1 | -6/+6 |
| * | Merge #303527: staging-next 2024-04-12 | Vladimír Čunát | 2024-04-19 | 1 | -75/+1 |
| |\ |
|
| | * | Merge master into staging-next | github-actions[bot] | 2024-04-14 | 1 | -0/+1 |
| | |\ |
|
| | * \ | Merge master into staging-next | github-actions[bot] | 2024-04-14 | 1 | -2/+4 |
| | |\ \ |
|
| | * \ \ | Merge branch 'staging' into staging-next•••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
| Vladimír Čunát | 2024-04-12 | 1 | -75/+1 |
| | |\ \ \ |
|
| | | * \ \ | Merge branch 'staging-next' into staging | Weijia Wang | 2024-04-09 | 4 | -6/+44 |
| | | |\ \ \ |
|
| | | * \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-04-04 | 2 | -13/+396 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-04-04 | 2 | -0/+70 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-04-03 | 2 | -38/+135 |
| | | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-03-31 | 2 | -21/+16 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-03-30 | 1 | -4/+0 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-03-30 | 1 | -0/+4 |
| | | |\ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/staging-next' into staging••• Conflicts:
pkgs/development/python-modules/apsw/default.nix
pkgs/development/python-modules/deal/default.nix
pkgs/development/python-modules/kubernetes/default.nix
| annalee | 2024-03-28 | 49 | -491/+751 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-03-26 | 1 | -0/+60 |
| | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge staging-next into staging | github-actions[bot] | 2024-03-25 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | python3Packages.setuptoolsBuildHook: delete broken setuptoolsShellHook•••Broken since the switch to PyPA's build/installer in
6c85fff302615c62bf4f632bca661bc48298b0a3.
The hook was always janky and maintainers appear to not want its current
implementation in-tree. No replacement is currently planned.
However, this leaves the path open for future replacements as a broken
hook will no longer be installed by default.
| Thomas Watson | 2024-03-24 | 1 | -75/+1 |
| * | | | | | | | | | | | | | | | doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)•••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> | Valentin Gagarin | 2024-04-19 | 1 | -17/+12 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge pull request #301928 from nevivurn/feat/gomod-workvendor••• buildGoModule: vendorHash fixes for proxyVendor and Go 1.22 | Sandro | 2024-04-14 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | buildGoModule: inherit env from main package to goModule derivation | Yongun Seong | 2024-04-14 | 1 | -0/+1 |
| | | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Merge pull request #302599 from Aleksanaa/doc-wrapGAppsHook4•••doc/gnome: make wrapGAppsHook4 more discoverable | Daniel Sidhion | 2024-04-13 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | doc/gnome: make wrapGAppsHook4 more discoverable | aleksana | 2024-04-08 | 1 | -2/+4 |
| | | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #303213 from SuperSandro2000/fzf-followup•••nixos/fzf: bring back keybindings and completion option removed in #298692 | Basti | 2024-04-11 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Revert "doc: replace fzf-share mention with sk-share from Skim package"•••This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.
| Sandro Jäckel | 2024-04-11 | 1 | -4/+4 |
| | | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
| * / | | | | | | | | | | | doc: update fetchzip docs, add examples and follow conventions•••With updates in a doc team meeting with Valentin, Silvan and Johannes :)
| DS | 2024-04-11 | 1 | -10/+150 |
| |/ / / / / / / / / / / |
|
| * | | | | | | | | | | | doc/stdenv: document prefixKey more precisely (#302535)•••* doc/stdenv: document prefixKey more precisely
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Aleksana | 2024-04-08 | 1 | -2/+2 |
| * | | | | | | | | | | | Merge pull request #298692 from SebTM/auto-update/fzf•••fzf: 0.47.0 -> 0.48.1 | Mario Rodas | 2024-04-07 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | doc: replace fzf-share mention with sk-share from Skim package•••`fzf-share` was removed
| Mario Rodas | 2024-04-07 | 1 | -4/+4 |