2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-17 11:58:33 +00:00
Commit Graph

523837 Commits

Author SHA1 Message Date
R. Ryantm
725df9a062 simplotask: 1.11.4 -> 1.11.5 2023-09-06 19:09:06 +00:00
SubhrajyotiSen
53c6dd8c58 maestro: 1.31.0 -> 1.32.0 2023-09-07 00:35:25 +05:30
emilylange
928eb5b568
matrix-sliding-sync: 0.99.8 -> 0.99.9
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.9
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.8...v0.99.9
2023-09-06 21:04:47 +02:00
figsoda
e30fd490be gql: 0.5.0 -> 0.6.0
Diff: https://github.com/AmrDeveloper/GQL/compare/0.5.0...0.6.0

Changelog: https://github.com/AmrDeveloper/GQL/releases/tag/0.6.0
2023-09-06 15:02:05 -04:00
Stefan Junker
0f94ac780f holochain-launcher: fix devtools and TLS
- setting XDG_DATA_DIRS fixes the devtools
- glib-networking fixes TLS
2023-09-06 20:58:16 +02:00
Weijia Wang
1d6e2dbb30
Merge pull request from bobby285271/upd/tracker-miners
tracker-miners: 3.5.0 → 3.5.2
2023-09-06 20:53:31 +02:00
Weijia Wang
71bdfb80b1
Merge pull request from r-ryantm/auto-update/workcraft
workcraft: 3.4.0 -> 3.4.1
2023-09-06 20:49:49 +02:00
K900
669dfcab98
Merge pull request from samueldr/fix/iso-grub
Fix some recent issues with the iso image
2023-09-06 21:48:33 +03:00
oxalica
8b1f2609ea
exa: remove as unmaintained upstream 2023-09-07 02:47:53 +08:00
Weijia Wang
b61f268910
Merge pull request from r-ryantm/auto-update/kpcli
kpcli: 3.8.1 -> 4.0
2023-09-06 20:47:51 +02:00
Weijia Wang
85f699cc49
Merge pull request from r-ryantm/auto-update/ananicy-cpp
ananicy-cpp: 1.1.0 -> 1.1.1
2023-09-06 20:43:57 +02:00
R. Ryantm
9280ab31fd terramate: 0.4.0 -> 0.4.1 2023-09-06 18:39:13 +00:00
R. Ryantm
7d50a61070 ventoy: 1.0.94 -> 1.0.95 2023-09-06 18:38:34 +00:00
Sean Buckley
c67e2e1606 brave: 1.57.57 -> 1.57.62
https://community.brave.com/t/release-channel-1-57-62/504669
2023-09-06 14:38:04 -04:00
Weijia Wang
d4ff648c98
Merge pull request from ianmjones/wails-v2.6.0
wails: 2.5.1 -> 2.6.0
2023-09-06 20:35:31 +02:00
Weijia Wang
5cf58fd4f4
Merge pull request from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 26.2.2 -> 26.3.2
2023-09-06 20:23:26 +02:00
Weijia Wang
765d535283
Merge pull request from r-ryantm/auto-update/cargo-watch
cargo-watch: 8.4.0 -> 8.4.1
2023-09-06 20:22:49 +02:00
Weijia Wang
5a73228de6
Merge pull request from figsoda/oxlint
oxlint: 0.0.11 -> 0.0.12
2023-09-06 20:21:47 +02:00
Weijia Wang
597889b975
Merge pull request from figsoda/safecloset
safecloset: 1.3.0 -> 1.3.1
2023-09-06 20:21:29 +02:00
Weijia Wang
7aad768beb
Merge pull request from figsoda/expr
expr: 1.15.0 -> 1.15.1
2023-09-06 20:21:06 +02:00
Weijia Wang
dfafe3e6cf
Merge pull request from figsoda/gtree
gtree: 1.9.7 -> 1.9.8
2023-09-06 20:20:54 +02:00
Weijia Wang
75a30b898f
Merge pull request from r-ryantm/auto-update/python310Packages.uritools
python310Packages.uritools: 4.0.1 -> 4.0.2
2023-09-06 20:18:13 +02:00
Silvan Mosberger
433f935d10 CONTRIBUTING.md: Reword changes acceptable for backport
It wasn't entirely clear if the list was acceptable or not from the
wording.
2023-09-06 20:12:50 +02:00
Silvan Mosberger
6d95b1aebb workflows/backport: Fix link and reword 2023-09-06 20:12:48 +02:00
Samuel Dionne-Riel
2de1bd778c nixos/iso-image: Remove leftover false dichotomy between console/serial
Relying on the built-in UEFI console here was already necessary, so we
are losing nothing by removing the needless `serial` call, which hung
some systems.

This also makes the implementation much easier to understand.

Also, no ugly-font menu anymore!
2023-09-06 14:10:09 -04:00
Samuel Dionne-Riel
7fa7158c60 nixos/iso-image: graphicalGrub -> forceTextMode
This helps keep logic simpler, as what we do is forcing text mode, which
means the non-default case is `truthy`, making things easier to digest
in the config file.

Also renaming this option is considered "internal", since it lives only
within the `iso-image` namespace, and also not a breaking change since
it was not part of a stable release.
2023-09-06 14:09:03 -04:00
Samuel Dionne-Riel
16d640c810 CODEOWNERS: Add myself for installer images 2023-09-06 14:09:03 -04:00
Samuel Dionne-Riel
07fb2f4a97 nixos/iso-image: Tear down GOP and rely on console for Linux boot
This solves an issue where *some systems* (tested on Steam Deck) the EFI
GOP may be broken during stage-1.
2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
47ae07a23f nixos/iso-image: Drop all unneeded FS modules
It's not like the iso-image will be anything else than isohybrid
FAT+iso9660...
2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
d64b03a339 nixos/iso-image: Re-enable graphics mode
Which ***anyway*** was not disabled correctly. Following changes will
actually disable it.

What this did was disable the "themed" menu driver, but still continued
relying on the gfxterm infra, which in itself is why things were ugly
and weird.
2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
dd936c21d7 nixos/iso-image: Check GRUB config on build 2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
8623ac4656 nixos/iso-image: Add common display resolutions
Hey, look at that, grub is the correct way around on a Steam Deck!
2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
080bff8159 nixos/iso-image: Use intrinsic UEFI console for serial output in GRUB
The `serial` console hangs on some systems. Unknown why.

Anyway, the way this worked right now relied on it telling the user on
the UEFI console how to enable it. So if I understand it correctly, it
will not cause any regression there.
2023-09-06 14:09:02 -04:00
Samuel Dionne-Riel
fad94acaa8 nixos/iso-image: Make modules list easier to manage
With a bash array.

This change is morally a no-op.
2023-09-06 14:09:02 -04:00
Weijia Wang
41b68b215f
Merge pull request from r-ryantm/auto-update/python310Packages.django-jinja
python310Packages.django-jinja: 2.10.2 -> 2.11.0
2023-09-06 20:03:04 +02:00
Artturi
f810c29616
Merge pull request from corngood/stone 2023-09-06 21:02:36 +03:00
Weijia Wang
362c9430e3
Merge pull request from toastal/prosody-0.12.4
prosody: 0.12.3 → 0.12.4
2023-09-06 19:58:30 +02:00
Weijia Wang
90cd212aae
Merge pull request from dotlambda/listmonk-fetchYarnDeps
listmonk.frontend: use fetchYarnDeps
2023-09-06 19:56:55 +02:00
Silvan Mosberger
8e64f4030a
Merge pull request from tweag/minor-by-name-docs-fix 2023-09-06 19:55:20 +02:00
Robert Schütz
26f44f7d2e kuro: use fetchYarnDeps 2023-09-06 10:53:47 -07:00
Weijia Wang
055ac517cd
Merge pull request from bcdarwin/update-mrtrix
mrtrix: unstable-2021-11-25 -> 3.0.4
2023-09-06 19:52:51 +02:00
Silvan Mosberger
488840d203 pkgs/by-name: Fix minor mistake in README 2023-09-06 19:29:43 +02:00
figsoda
3e233330d9
Merge pull request from GaetanLepage/multicursor 2023-09-06 13:26:25 -04:00
Weijia Wang
75eaca6958
python310Packages.django-jinja: update disabled 2023-09-06 19:20:09 +02:00
Weijia Wang
615dc73c9d
Merge pull request from r-ryantm/auto-update/nomad-driver-podman
nomad-driver-podman: 0.4.2 -> 0.5.1
2023-09-06 19:19:31 +02:00
Andrew Kvalheim
efb0b2f9c7 picard: disable autoupdate
re 
2023-09-06 10:19:20 -07:00
Weijia Wang
d8fb98009d
Merge pull request from r-ryantm/auto-update/nostr-rs-relay
nostr-rs-relay: 0.8.9 -> 0.8.12
2023-09-06 19:18:35 +02:00
Weijia Wang
fe332687d3
Merge pull request from r-ryantm/auto-update/tempo
tempo: 2.2.1 -> 2.2.2
2023-09-06 19:17:39 +02:00
Weijia Wang
1f8948d51d
Merge pull request from r-ryantm/auto-update/kubedb-cli
kubedb-cli: 0.34.0 -> 0.35.0
2023-09-06 19:17:16 +02:00
Weijia Wang
8e4dd747f4
Merge pull request from r-ryantm/auto-update/fioctl
fioctl: 0.33 -> 0.35
2023-09-06 19:16:12 +02:00