Commit Graph

419 Commits

Author SHA1 Message Date
Jörg Thalheim
413aa25de2
matrix-authentication-service: fix darwin build (#345549) 2024-10-05 14:09:49 +02:00
Olivér Falvai
7337fc1928
matrix-authentication-service: fix aarch64-darwin build 2024-10-04 18:30:54 +02:00
Olivér Falvai
846019f060
matrix-authentication-service: mark x86-64-darwin as a badPlatform 2024-10-04 18:28:59 +02:00
Olivér Falvai
da77e713b4
matrix-authentication-service: format with nixfmt-rfc-style 2024-10-04 18:27:53 +02:00
Peder Bergebakken Sundt
4897ab0122
mangl: init at 1.1.5-unstable-2024-07-10 (#344480) 2024-10-04 09:35:30 +02:00
Peder Bergebakken Sundt
9db553098d
mathmod: 11.1-unstable-2024-01-26 -> 12.0, move to pkgs/by-name (#345378) 2024-10-03 19:54:10 +02:00
José Romildo Malaquias
2171550d05
marwaita-red: 21 -> 22 (#346108) 2024-10-03 13:18:28 -03:00
José Romildo Malaquias
5480f61fc3
marwaita-teal: 21 -> 22 (#346132) 2024-10-03 13:17:58 -03:00
dr56ekgbb
edab40d27f marble-shell-theme: init at 46.2.3 2024-10-03 21:50:39 +08:00
R. Ryantm
2a2b9ef2dc marwaita-teal: 21 -> 22 2024-10-03 10:34:48 +00:00
R. Ryantm
c71f531602 marwaita-red: 21 -> 22 2024-10-03 08:09:01 +00:00
wxt
404999a461 matrix-hebbot: 2.1 -> 2.1-unstable-2024-09-20 2024-09-30 12:02:37 +08:00
wxt
b97588ebb2 matrix-hebbot: move to by-name; nixfmt 2024-09-30 12:02:36 +08:00
TomaSajt
3bd6348027
mathmod: 11.1-unstable-2024-01-26 -> 12.0 2024-09-30 00:41:52 +02:00
TomaSajt
5fd94c39d4
mathmod: move to pkgs/by-name 2024-09-30 00:32:55 +02:00
nixpkgs-merge-bot[bot]
760c41ba9d
maa-assistant-arknights: 5.6.1 -> 5.6.2 (#344861) 2024-09-27 16:45:17 +00:00
R. Ryantm
0dccf71a2b maa-assistant-arknights: 5.6.1 -> 5.6.2 2024-09-27 11:43:00 +00:00
R. Ryantm
0b846dcf95 marwaita: 21 -> 22 2024-09-27 00:28:17 +00:00
Nikodem Rabuliński
fba9cc1544
mangl: init at 1.1.5-unstable-2024-07-10 2024-09-25 19:15:14 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Mathew Polzin
42635893da
maestro: 1.37.9 -> 1.38.1 (#341887) 2024-09-23 08:41:06 -05:00
Weijia Wang
84b1d4e0a9
manifold: 2.5.1-unstable-2024-09-06 -> 2.5.1-unstable-2024-09-15 (#342211) 2024-09-22 20:13:44 +02:00
Alexander Sieg
0211e5ea2a
mavenBuildPackage: add afterDepsSetup 2024-09-22 12:59:34 +02:00
pinage404
011eee0c55 maestro: 1.37.9 -> 1.38.1 2024-09-22 12:55:28 +02:00
pinage404
d0f192a583 maestro: add script to auto update to the latest stable version
use the following comamnd to update

```sh
nix-update --use-update-script maestro
```
2024-09-22 12:55:28 +02:00
pinage404
a620edff97 maestro: refactor prefer finalAttrs instead of rec
maestro: add metadata
2024-09-22 12:55:23 +02:00
Adam C. Stephens
b93a350252
matrix-authentication-service: 0.10.0 -> 0.12.0 (#342301) 2024-09-20 08:14:23 -04:00
Rick van Schijndel
02971f96c1
mautrix-meta: 0.3.2 -> 0.4.0 (#342988) 2024-09-20 13:45:58 +02:00
Aleksana
7a0c502d82
matrix-zulip-bridge: init at 0.4.1 (#337953) 2024-09-20 15:44:02 +08:00
José Romildo Malaquias
2c009af0b8
marwaita-orange: 20.3.1 -> 21 (#342974) 2024-09-19 20:32:40 -03:00
Robert Richter
c897256c10
matrixzulipbridge: init at 0.4.1 2024-09-19 22:40:25 +02:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Rutherther
9ef2c90877
mautrix-meta: 0.3.2 -> 0.4.0
This update cannot be done by the nixpkgs bot, as
the structure of the project has been changed, so why wait.

The mautrix-meta project has been moved under "cmd/mautrix-meta"
There is also "cmd/lscli", but since this package is mainly
about mautrix-meta, I think we can stay with this specific cmd.
If we wanted, we could switch to both of them by removing this
`subPackages` attribute.
2024-09-19 13:53:29 +02:00
R. Ryantm
1260d7e302 marwaita-orange: 20.3.1 -> 21 2024-09-19 07:21:05 +00:00
Henner Zeller
c3d4300fd3 manifold: 2.5.1-unstable-2024-09-06 -> 2.5.1-unstable-2024-09-15 2024-09-17 10:36:48 -07:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
teutat3s
24677dd257
matrix-authentication-service: 0.10.0 -> 0.12.0
Diff: https://github.com/element-hq/matrix-authentication-service/compare/refs/tags/v0.10.0...v0.12.0

Changelog: https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.11.0
Changelog: https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.12.0
2024-09-16 15:07:01 +02:00
R. Ryantm
9cc1be682a maa-assistant-arknights: 5.5.11452 -> 5.6.1 2024-09-16 05:52:58 +00:00
Aleksana
0465a01b69
pkgs/by-name: rewrite hashes in SRI format (#341924) 2024-09-15 19:56:06 +08:00
Thomas Gerbet
be7d7efc32
matterbridge: 1.26.0 -> 1.26.0-unstable-2024-08-27 (#338232) 2024-09-15 11:49:53 +02:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Artturin
99f0ff6304
materialgram: 5.4.1.1 -> 5.5.4.1 (#341458) 2024-09-14 17:40:51 +03:00
R. Ryantm
fb6efe3dfb marwaita-teal: 20.3.1 -> 21 2024-09-13 08:55:33 +00:00
Kamillaova
5c6766e4ad
materialgram: 5.4.1.1 -> 5.5.4.1 2024-09-13 01:07:50 +03:00
r-vdp
df4c70151e
mako: format using nixfmt 2024-09-12 13:05:51 +02:00
r-vdp
d1ad5dd375
mako: include systemd user service 2024-09-12 13:05:51 +02:00
R. Ryantm
f280f79715 marwaita-mint: 20.3.1 -> 21 2024-09-10 08:19:25 +00:00
github-actions[bot]
a90b3d5ddb
Merge master into staging-next 2024-09-09 18:05:44 +00:00