Commit Graph

100 Commits

Author SHA1 Message Date
Sebastián Mancilla
76441cbed4
sasquatch: 4.4 -> 4.5.1-1 (#219169) 2024-09-27 18:31:13 -03:00
László Vaskó
289411e92b sasquatch: format package.nix to match RFC style 2024-09-27 10:45:32 +02:00
László Vaskó
17fb7dfa72 sasquatch: move to pkgs/by-name 2024-09-27 10:45:32 +02: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
R. Ryantm
f53c6bee84 saunafs: 4.5.0 -> 4.5.1 2024-09-23 04:24:26 +00:00
R. Ryantm
5786a5c1d5 sarasa-gothic: 1.0.20 -> 1.0.21 2024-09-22 02:39:47 +00:00
Tomodachi94
3f8ab8fb2d
sanjuuni: add update script
Related discussion:
https://github.com/NixOS/nixpkgs/pull/323251#pullrequestreview-2176565501
2024-09-17 20:08:59 -07:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
Peder Bergebakken Sundt
0657c4ba88
sanjuuni: add run-on-nixos-artwork test (#314690) 2024-09-17 01:08:40 +02: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
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
7c6f434c
ffd639ff6c
sauerbraten: 2020-12-27 -> 2020-12-29 (#341224) 2024-09-12 17:11:21 +00:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00
Gaetan Lepage
04f2bef003 sauerbraten: 2020-12-27 -> 2020-12-29 2024-09-11 19:25:17 +02:00
Gaetan Lepage
664e6d6b18 sauerbraten: move to pkgs/by-name 2024-09-11 19:25:17 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
R. Ryantm
77066bd0d9 saunafs: 4.4.0 -> 4.5.0 2024-09-10 17:17:03 +00:00
R. Ryantm
5902de231b sarif-fmt: 0.6.5 -> 0.6.6 2024-09-06 07:04:30 +00:00
R. Ryantm
5714d92909 sabnzbd: 4.3.2 -> 4.3.3 2024-08-26 18:48:07 +00:00
R. Ryantm
7a78b3db8c sarasa-gothic: 1.0.19 -> 1.0.20 2024-08-25 17:44:35 +00:00
Nick Cao
a7e330898a
Merge pull request #335723 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 1.0.18 -> 1.0.19
2024-08-20 15:11:12 -04:00
Ludovico Piero
85a6ff509f
samrewritten: fix .desktop file
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-20 11:33:21 +09:00
Ludovico Piero
906d209ebc
samrewritten: format with nixfmt
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-20 08:06:59 +09:00
R. Ryantm
a4e933bdee sarasa-gothic: 1.0.18 -> 1.0.19 2024-08-19 02:48:02 +00:00
Weijia Wang
a0823450bd
Merge pull request #333061 from wegank/sarasa-gothic-bump
sarasa-gothic: 1.0.16 -> 1.0.18
2024-08-11 21:53:59 +02:00
R. Ryantm
17996a3825 sarif-fmt: 0.6.0 -> 0.6.5 2024-08-10 23:18:10 +00:00
Weijia Wang
08f7ae0ebe sarasa-gothic: 1.0.16 -> 1.0.18 2024-08-10 23:26:27 +02:00
R. Ryantm
3e8f5fc13c saunafs: 4.3.0 -> 4.4.0 2024-08-07 04:18:18 +00:00
R. Ryantm
a2312ca74f sarif-fmt: 0.5.0 -> 0.6.0 2024-08-01 10:10:16 +00:00
R. Ryantm
5852d9f458 satty: 0.13.0 -> 0.14.0 2024-07-29 05:52:30 +00:00
R. Ryantm
4bcaaca7e2 sarasa-gothic: 1.0.15 -> 1.0.16 2024-07-27 14:30:28 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Tomo
d8008dee9f
sanjuuni: add run-on-nixos-artwork test
Tests the program by running it on a handful of entries from the
`nixos-artwork` attrset, and then test that the resulting Lua files can
be evaluated with `loadfile` in standard Lua.
2024-07-22 20:40:16 -07:00
Peder Bergebakken Sundt
230ac14611
Merge pull request #327456 from getchoo/pkgs/sarif-fmt/0.5.0
sarif-fmt: 0.4.2 -> 0.5.0
2024-07-19 16:00:27 +02:00
R. Ryantm
c670097285 saunafs: 4.2.0 -> 4.3.0 2024-07-16 16:36:19 +00:00
seth
f3d6c633b4
sarif-fmt: testers.testVersion -> versionCheckHook
this results in less ugly recursion
2024-07-15 14:52:53 -04:00
seth
870b2353d2
sarif-fmt: add updateScript 2024-07-15 14:52:51 -04:00
seth
f06ed2b167
sarif-fmt: fetchFromGitHub -> fetchCrate
this makes things much easier to build as we don't need to account for
the monorepo
2024-07-15 14:52:28 -04:00
seth
58a3270285
sarif-fmt: 0.4.2 -> 0.5.0
Diff: https://github.com/psastras/sarif-rs/compare/sarif-fmt-v0.4.2...sarif-fmt-v0.5.0
2024-07-15 14:08:17 -04:00
tomberek
b4fcaf7f86
Merge pull request #323251 from tomodachi94/update/sanjuuni/0.5
sanjuuni: 0.4 -> 0.5, modernize
2024-07-13 21:33:52 -04:00
Adam Stephens
1eefa87b71
sabnzbd: override sabctools version and add updateScript 2024-07-12 09:28:32 -04:00
Adam Stephens
aaa57ba41a
sabnzbd: apply nixfmt 2024-07-12 08:57:10 -04:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Tomodachi94
ff931a64ad
sanjuuni: 0.4 -> 0.5
Changelog: https://github.com/MCJack123/sanjuuni/releases/tag/0.5
2024-06-30 10:15:49 -07:00
Tomodachi94
4e3a06726a
sanjuuni: format with nixfmt-rfc-style 2024-06-30 10:15:49 -07:00
Tomodachi94
ed8078b92d
sanjuuni: move to pkgs/by-name 2024-06-30 10:15:49 -07:00
R. Ryantm
be1b3b3e14 sarasa-gothic: 1.0.14 -> 1.0.15 2024-06-30 16:19:46 +00:00
Markus Kowalewski
947213464b
Merge pull request #314811 from markuskowa/add-saunafs
saunasfs: init at 4.2.0
2024-06-29 13:20:31 +00:00
Markus Kowalewski
b657832db7 saunasfs: init at 4.2.0 2024-06-29 11:41:52 +02:00
Nick Cao
a4323ae9aa
Merge pull request #321231 from pinpox/update-satty-0.13.0
satty: 0.12.1 -> 0.13.0
2024-06-20 16:37:15 -04:00