Commit Graph

111 Commits

Author SHA1 Message Date
Weijia Wang
ceedd5924d sarasa-gothic: 1.0.21 -> 1.0.22 2024-10-19 16:22:08 +02:00
Markus Kowalewski
812640f38a
nixos/saunafs: add module + test (#347337) 2024-10-14 09:24:51 +02:00
Markus Kowalewski
1fea71d3f4
saunafs: add VM test to passthru.test 2024-10-12 19:13:03 +02:00
Valentino
63669bdb75
saucectl: init at 0.183.0 (#336737) 2024-10-09 13:33:25 +02:00
Markus Kowalewski
b44c8b4c5f
saunafs: create link for mount.saunafs
Required for mount -t saunafs to work
2024-10-08 22:19:55 +02:00
Augustin Trancart
09d41c9dbb saga: 9.5.1 -> 9.6.0 2024-10-04 23:21:32 +02:00
Augustin Trancart
908190b81f saga: fix crash when displaying file picker 2024-10-04 12:52:41 +02:00
Augustin Trancart
4ee01360f3 saga: reformat with nixfmt 2024-10-04 12:04:40 +02:00
Augustin Trancart
98d3153bf6 saga: 9.3.2 -> 9.5.1 2024-10-04 12:00:40 +02:00
h7x4
1eabee5425
satellite: 0.4.3 -> 0.5.0 (#344069) 2024-09-30 20:16:35 +02:00
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
Luflosi
76f1ad84c8
satellite: 0.4.3 -> 0.5.0
https://codeberg.org/tpikonen/satellite/releases/tag/0.5.0
2024-09-23 23:19:17 +02: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