Commit Graph

147 Commits

Author SHA1 Message Date
Jon Seager
f5e50b74a0
treewide: rename python3Packages.debian -> python3Packages.python-debian 2024-12-10 20:13:40 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Paul Meyer
3d4d757e19
snpguest: 0.7.1 -> 0.8.0 (#363471) 2024-12-09 13:22:01 +01:00
Sandro
543f37fb1e
snapmaker-luban: 4.10.2 -> 4.14.0 (#360053) 2024-12-09 13:21:08 +01:00
R. Ryantm
753dacd783 snpguest: 0.7.1 -> 0.8.0 2024-12-09 06:04:20 +00:00
Wolfgang Walther
39b8048b95
snappymail: 2.38.1 -> 2.38.2 (#359233) 2024-12-08 17:40:21 +01:00
Jan Tojnar
fd26de120c snx-rs: Use libsoup 3.0
WebKitGTK 4.1 ABI requires libsoup 3.0. It probably only worked because `webkitgtk_4_1` propagates `libsoup_3` and we were lucky that that version got picked up.
2024-12-08 00:37:52 +01:00
aucub
3f24c10cad snapmaker-luban: 4.10.2 -> 4.14.0 2024-11-30 04:31:26 +08:00
Casper V. Kristensen
230b623a47 snowflake: 2.9.2 -> 2.10.1 2024-11-29 20:52:25 +01:00
jopejoe1
3f22bc5e37 snis: fix meta 2024-11-26 23:00:59 +01:00
R. Ryantm
617e1366d5 snappymail: 2.38.1 -> 2.38.2 2024-11-26 09:54:40 +00:00
Ramses
0ce35d3014
snis: update to the newest commits and add assets (#338667) 2024-11-22 13:46:01 +01:00
Jon Seager
c12ea49654
snapcraft: 8.4.1 -> 8.5.0 (#357518) 2024-11-21 08:34:33 +00:00
Aleksana
2e877e8d91
snipaste: add desktop entries (#356553) 2024-11-21 16:13:01 +08:00
Marcin Serwin
1b7b747e03
snis: add assets 2024-11-20 22:02:58 +01:00
Marcin Serwin
7a8b3506ed
snis: update to the latest commit 2024-11-20 22:02:57 +01:00
Jon Seager
4f0776b19a
snapcraft: 8.4.1 -> 8.5.0
Latest upstream release:
https://github.com/canonical/snapcraft/releases/tag/8.5.0
2024-11-20 10:15:24 +00:00
Markus Kowalewski
3578a5f319
snapper: 0.11.2 -> 0.12.0 (#355943) 2024-11-17 18:07:03 +01:00
Nick Cao
8447f0f3e6
snallygaster: 0.0.12 -> 0.0.13 (#356411) 2024-11-17 09:10:24 -05:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
Fabian Affolter
475a161ca4 snallygaster: update license
No longer CCO

https://github.com/hannob/snallygaster/blob/main/LICENSE
2024-11-17 09:15:22 +01:00
Fabian Affolter
f4289ca6c3 snallygaster: adopt 2024-11-17 09:14:50 +01:00
Fabian Affolter
7d1c2dc11f snallygaster: refactor 2024-11-17 09:14:11 +01:00
panda2134
f56bbed24b
snipaste: add desktop entries 2024-11-16 14:32:30 -06:00
Fabian Affolter
171a36326e snallygaster: 0.0.12 -> 0.0.13
Diff: https://github.com/hannob/snallygaster/compare/v0.0.12...v0.0.13
2024-11-16 09:59:20 +01:00
Nick Cao
15092d8f2e
sn-pro: 1.2.0 -> 1.3.0 (#355830) 2024-11-15 09:01:57 -05:00
Markus Kowalewski
97d4d8ab63 snapper: remove nested with from meta 2024-11-14 18:07:08 +01:00
Markus Kowalewski
a761c58c53 snapper: apply nixfmt 2024-11-14 18:05:45 +01:00
Markus Kowalewski
812eb880a4 snapper: 0.11.2 -> 0.12.0 2024-11-14 18:03:51 +01:00
R. Ryantm
a9d80d3cbf sn-pro: 1.2.0 -> 1.3.0 2024-11-14 06:30:02 +00:00
Zhong Jianxin
35cc8ee6c6 snet: disable flaky test 2024-11-09 23:22:39 +08:00
Zhong Jianxin
298ab04967 snet: format using nixfmt-rfc-style, remove with lib usage 2024-11-09 23:21:47 +08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Fabián Heredia Montiel
f4cac4e64b
maintainers: remove ianmjones (#353908) 2024-11-05 23:51:15 -06:00
Peder Bergebakken Sundt
b7a205f797
snyk: 1.1293.1 -> 1.1294.0 (#351173) 2024-11-05 22:30:38 +01:00
Ian M. Jones
232ece2599
maintainers: remove ianmjones 2024-11-05 20:47:26 +00:00
Vladimir Timofeenko
483eb12ac9 snowflake-cli: init at 3.1.0 2024-11-04 21:16:41 -08:00
wxt
f0f876f674
snoop: 0.4 -> 0.4.1 2024-10-26 10:48:11 +08:00
jfvillablanca
dd766b6255 snyk: 1.1293.1 -> 1.1294.0
https://github.com/snyk/cli/releases/tag/v1.1294.0
2024-10-25 21:39:02 +08:00
Atemu
d504d42cdf
snipaste: 2.9.2-Beta -> 2.10.2 + add update script (#349305) 2024-10-21 14:50:21 +02:00
L-Trump
117bafd4d2 snipaste: add updateScript 2024-10-21 19:56:07 +08:00
L-Trump
77514565ae snipaste: 2.9.2-Beta -> 2.10.2 2024-10-21 19:55:25 +08:00
wxt
45039a6730
snoop: init at 0.4 2024-10-19 19:21:10 +08:00
Peder Bergebakken Sundt
fba4f0f724
snakemake: 8.20.1 -> 8.23.0 (#348616) 2024-10-17 01:18:36 +02:00
Gaetan Lepage
a019ba32e5 snakemake: 8.20.1 -> 8.23.0
Diff:
https://github.com/snakemake/snakemake/compare/refs/tags/v8.20.1...v8.23.0

Changelog:
https://github.com/snakemake/snakemake/blob/refs/tags/v8.23.0/CHANGELOG.md
2024-10-16 09:00:59 +02:00
Gaetan Lepage
49a382308c snakemake: format 2024-10-16 08:34:58 +02:00
Gaetan Lepage
3c971bb4f9 snakemake: move to by-name 2024-10-16 08:34:58 +02:00
R. Ryantm
f10865b948 snips-sh: 0.4.0 -> 0.4.1 2024-10-16 04:37:38 +00:00
Patka
b13432edec snipe-it: 7.0.12 -> 7.0.13 2024-10-15 09:11:35 +02:00
Pol Dellaiera
56cbea0d2e
snapweb: init at 0.8.0 (#347536) 2024-10-14 07:14:23 +02:00