about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-03ceph: switch python from 3.10 to 3.11Vladimír Čunát1-2/+2
Some of the dependencies wouldn't build anymore: https://hydra.nixos.org/build/257585236/nixlog/5/tail Tested on x86_64-linux: ceph ceph-client ceph-csi ceph-dev ceph.tests
2024-05-03ceph: fix build of overridden pyopensslVladimír Čunát1-0/+3
(but some other deps are still failing)
2024-05-03cosmic-tasks: use renamed wrapGAppsHook3Jack Wilsdon1-2/+2
2024-05-03Merge master into staging-nextgithub-actions[bot]10-18/+26
2024-05-03Merge pull request #308683 from r-ryantm/auto-update/mympdDoron Behar1-2/+2
mympd: 14.1.2 -> 15.0.1
2024-05-03Merge pull request #308686 from r-ryantm/auto-update/jsonconsNikolay Korotkiy1-2/+2
jsoncons: 0.174.0 -> 0.175.0
2024-05-03Merge pull request #308114 from amarshall/rpackages-parallel-buildJustin Bedő1-0/+3
rPackages: Support building in parallel, do so by default
2024-05-02Merge pull request #308375 from kira-bruneau/rmgKira Bruneau2-3/+8
rmg: add option to build with experimental wayland support
2024-05-03Merge pull request #308684 from r-ryantm/auto-update/fzf-makenixpkgs-merge-bot[bot]1-3/+3
fzf-make: 0.28.0 -> 0.30.0
2024-05-03jsoncons: 0.174.0 -> 0.175.0R. Ryantm1-2/+2
2024-05-03fzf-make: 0.28.0 -> 0.30.0R. Ryantm1-3/+3
2024-05-03mympd: 14.1.2 -> 15.0.1R. Ryantm1-2/+2
2024-05-02Merge pull request #308532 from NickCao/telegram-desktopNick Cao1-2/+2
telegram-desktop: 4.16.8 -> 5.0.0
2024-05-02Merge pull request #308413 from r-ryantm/auto-update/papirus-icon-themeJosé Romildo Malaquias1-2/+2
papirus-icon-theme: 20240201 -> 20240501
2024-05-03Merge pull request #308551 from r-ryantm/auto-update/libzimFabian Affolter1-2/+2
libzim: 9.2.0 -> 9.2.1
2024-05-03Merge pull request #308520 from r-ryantm/auto-update/exploitdbFabian Affolter1-2/+2
exploitdb: 2024-04-22 -> 2024-05-02
2024-05-03Merge master into staging-nextgithub-actions[bot]66-680/+20953
2024-05-03Merge pull request #308381 from pbsds/fix-pygame-gui-1714506295Peder Bergebakken Sundt1-7/+15
python311Packages.pygame-gui: 069 -> 0610, unbreak, switch to pygame-ce, and harden
2024-05-03Merge pull request #308057 from devhell/bump-inxiPeder Bergebakken Sundt1-4/+5
inxi: 3.3.04-1 -> 3.3.34-1
2024-05-03Merge pull request #295730 from ethnh/masterPeder Bergebakken Sundt1-38/+38
flutter: 3.19.0 -> 3.19.4
2024-05-03Merge pull request #308573 from jopejoe1/accounts-qt/fix/update-scriptzowoq2-2/+2
{kdePackages.accounts-qt, libaccounts-glib}: fix update script
2024-05-03Merge pull request #291763 from grahamnorris/add-flashgbxPeder Bergebakken Sundt2-0/+69
flashgbx: init at 3.37
2024-05-03Merge pull request #301781 from samhh/turbo1.13.2Peder Bergebakken Sundt4-5/+13664
turbo: 1.11.3 -> 1.13.2
2024-05-03Merge pull request #269461 from Artturin/addcrossreplaceArtturin1-37/+40
config.replaceCrossStdenv: add
2024-05-03Merge pull request #308594 from Artturin/grubsetplatArtturin1-1/+1
grub2_xen: set to `x86_64-linux` and `i686-linux` only
2024-05-03Merge pull request #305008 from GaetanLepage/cosmic-tasksPol Dellaiera2-0/+6646
cosmic-tasks: init at 0-unstable-2024-04-30
2024-05-02Merge pull request #308528 from GaetanLepage/huggingface-hubYt1-5/+5
python311Packages.huggingface-hub: 0.22.2 -> 0.23.0
2024-05-02Merge pull request #308611 from ↵Yt1-2/+2
r-ryantm/auto-update/python311Packages.pinecone-client python311Packages.pinecone-client: 3.2.2 -> 4.0.0
2024-05-02Merge pull request #308480 from Astavie/olsPol Dellaiera1-4/+8
ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28
2024-05-02nixos/xserver: Remove with statementsJan Tojnar3-19/+16
They masked the evaluation error caused by removal of `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
2024-05-02nixos/xserver: Remove {desktop,window}Manager.default optionsJan Tojnar4-57/+1
These have been deprecated since NixOS 20.03. Also fixes evaluation error caused by moving the `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
2024-05-02doc: Use substitute --replace-fail in manualsJan Tojnar2-5/+5
This fixes a warning about --replace being deprecated.
2024-05-02lib/gvariant: Use more specific instructions for int and attrsetJan Tojnar1-0/+59
2024-05-02lib/gvariant: Fix error message for unsupported primitivesJan Tojnar1-1/+1
Without this, passing an integer to a setting will fail with a confusing error: error: cannot coerce an integer to a string
2024-05-02nixos/gnome: Remove global with expressionsJan Tojnar22-145/+102
The can potentially mask evaluation errors due to laziness of variable access within.
2024-05-02nixos/gnome: Remove deprecated aliasesJan Tojnar23-248/+0
2024-05-02Merge pull request #308524 from Aleksanaa/lilipodPol Dellaiera1-0/+70
lilipod: init at 0.0.3
2024-05-02python311Packages.pinecone-client: 3.2.2 -> 4.0.0R. Ryantm1-2/+2
2024-05-02Merge pull request #308360 from atorres1985-contrib/sdl2_netsuperherointj3-32/+50
SDL2_net: adopt and refactor
2024-05-02Merge pull request #308334 from SuperSandro2000/youtube-musicsuperherointj1-6/+6
youtube-music: 3.3.5 -> 3.3.6
2024-05-02Merge pull request #305525 from 9glenda/lc0éclairevoyant1-0/+72
lc0: init at 0.30.0
2024-05-02Merge pull request #308523 from r-ryantm/auto-update/ghciwatchWeijia Wang1-3/+3
ghciwatch: 0.5.10 -> 0.5.11
2024-05-02Merge pull request #308400 from tomodachi94/enhance/csvq/add-testversionsuperherointj1-1/+6
csvq: add testVersion test
2024-05-02Merge pull request #308563 from r-ryantm/auto-update/marimoWeijia Wang1-2/+2
marimo: 0.4.7 -> 0.4.10
2024-05-02ucblogo: wrapGAppsHook -> wrapGAppsHook3Weijia Wang1-2/+2
2024-05-02Merge pull request #308544 from r-ryantm/auto-update/sternWeijia Wang1-3/+3
stern: 1.28.0 -> 1.29.0
2024-05-02Merge pull request #308553 from r-ryantm/auto-update/turso-cliWeijia Wang1-2/+2
turso-cli: 0.92.1 -> 0.93.0
2024-05-02Merge pull request #308589 from r-ryantm/auto-update/codersuperherointj1-10/+10
coder: 2.9.3 -> 2.9.4
2024-05-02vimPlugins.llm-nvim: init at 2024-02-22Roman Zakirzyanov2-0/+13
2024-05-02Merge pull request #308585 from adamcstephens/forgejo/7.0.2Adam C. Stephens1-2/+2
forgejo: 7.0.1 -> 7.0.2