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
Jon Seager
57a7c32065
icloudpd: 1.24.4 -> 1.25.0
2024-12-03 18:42:26 +00:00
Jon Seager
1902b4da5e
icloudpd: 1.24.3 -> 1.24.4
2024-11-19 09:08:00 +00:00
Fedi Jamoussi
3c19b680f9
icestudio: init at 0-unstable-2024-11-18 ( #356775 )
...
Co-authored-by: Abdullah Imad <me@imad.nyc>
Co-authored-by: Alberto Merino <amerinor01@gmail.com>
Co-authored-by: Enric Morales <me@enric.me>
Co-authored-by: Jack Leightcap <jack@leightcap.com>
Co-authored-by: Roland Coeurjoly <rolandcoeurjoly@gmail.com>
Co-authored-by: Fedi Jamoussi <Fedi.Jamoussi@protonmail.ch>
2024-11-19 10:02:25 +01: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
Jon Seager
c803ed5996
icloudpd: 1.24.0 -> 1.24.3
2024-11-05 16:37:43 +00:00
DontEatOreo
c91d3b9499
ice-bar: 0.11.11 -> 0.11.12
...
Changelog: https://github.com/jordanbaird/Ice/releases/tag/0.11.12
Diff: https://github.com/jordanbaird/Ice/compare/0.11.11...0.11.12
2024-10-30 14:09:55 +00:00
Jon Seager
8cb288ce04
icloudpd: use dependencies
and build-system
2024-10-26 18:00:35 +01:00
Jon Seager
1fad6e48dc
icloudpd: format with nixfmt-rfc-style
2024-10-26 17:58:42 +01:00
Jon Seager
7f2fbdb09e
icloudpd: 1.19.1 -> 1.24.0
2024-10-26 17:58:16 +01:00
DontEatOreo
ade8ce4369
ice-bar: 0.11.9 -> 0.11.11
...
Changelog: https://github.com/jordanbaird/Ice/releases/tag/0.11.11
Diff: https://github.com/jordanbaird/Ice/compare/0.11.9...0.11.11
2024-10-20 14:50:42 +00:00
DontEatOreo
b28b324260
ice-bar: 0.9.0 -> 0.11.9
...
Changelog: https://github.com/jordanbaird/Ice/releases/tag/0.11.9
Diff: https://github.com/jordanbaird/Ice/compare/0.9.0...0.11.9
2024-10-13 15:41:18 +03:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Donovan Glover
1314490997
icoextract: add missing -t to install command
2024-07-13 20:46:43 -04:00
OTABI Tomoya
3a375fcd87
Merge pull request #312909 from donovanglover/icoextract-cleanup
...
icoextract: use thumbnailer from upstream
2024-07-12 14:56:47 +09:00
Donovan Glover
0c5ebda70a
icoextract: set meta.mainProgram
2024-07-10 21:45:07 -04:00
Donovan Glover
70123e0915
icoextract: use thumbnailer from upstream
...
Fixes an issue where upstream updated the thumbnailer by fetching from
GitHub instead of PyPI.
2024-07-10 21:45:06 -04:00
Donovan Glover
a4630ce475
icoextract: migrate to by-name
...
icoextract is primarily a command-line tool.
Also removes the no longer required pythonOlder check.
2024-07-10 21:44:40 -04:00
Michael Hoang
eb725313bc
treewide: remove Enzime
2024-07-09 14:32:33 +10:00
github-actions[bot]
667f4bf852
Merge staging-next into staging
2024-06-20 12:01:36 +00:00
DontEatOreo
78e5e62b97
ice-bar: init at 0.9.0 ( #317971 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-06-20 12:02:45 +02:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
R. Ryantm
df2a94bad5
icewm: 3.5.1 -> 3.6.0
2024-06-16 13:21:22 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Jon Seager
91162042c1
Merge pull request #318645 from r-ryantm/auto-update/icloudpd
2024-06-10 07:30:07 +01:00
R. Ryantm
bcfbefbde0
icloudpd: 1.19.0 -> 1.19.1
2024-06-09 23:23:32 +00:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
4ca55358d8
icewm: 3.5.0 -> 3.5.1
2024-06-07 01:13:45 +00:00
R. Ryantm
e4839f5b27
icloudpd: 1.18.0 -> 1.19.0
2024-06-03 01:38:29 +00:00
R. Ryantm
aa6b2d6df5
icloudpd: 1.17.6 -> 1.18.0
2024-05-28 05:30:25 +00:00
Nick Cao
68c7c41401
icewm: fix cross compilation, set strictDeps
2024-05-26 11:18:22 -04:00
Nick Cao
8175c5158f
Merge pull request #314228 from jnsgruk/icloudpd-1.17.6
...
icloudpd: 1.17.5 -> 1.17.6
2024-05-25 08:34:23 -04:00
Jon Seager
782d6f37ef
icloudpd: add jnsgruk as maintainer
2024-05-24 09:41:17 +01:00
Jon Seager
31cf952710
icloudpd: 1.17.5 -> 1.17.6
2024-05-24 09:39:45 +01:00
Sigmanificient
cc8120d3ff
pkgs/by-name: remove unuseed fetchpatch arguments
2024-05-24 02:49:58 +02:00
nixpkgs-merge-bot[bot]
b554073b09
Merge pull request #313283 from r-ryantm/auto-update/icewm
...
icewm: 3.4.7 -> 3.5.0
2024-05-21 21:49:09 +00:00
R. Ryantm
846c76d05c
icewm: 3.4.7 -> 3.5.0
2024-05-21 02:26:59 +00:00
luftmensch-luftmensch
1e2db6c5d8
icomoon-feather: init at 0-unstable-2024-05-12
2024-05-18 12:42:00 +02:00
uncenter
727f770806
icnsify: init at 0.1.0
2024-05-05 21:12:30 -04:00
Jon Seager
58821957fa
icloudpd: 1.17.4 -> 1.17.5
2024-04-29 17:41:16 +01:00
R. Ryantm
43bb69f3f5
icloudpd: 1.17.3 -> 1.17.4
2024-04-14 22:59:46 +00:00
R. Ryantm
5aaf71b8b1
icewm: 3.4.6 -> 3.4.7
2024-03-26 01:39:44 +00:00
R. Ryantm
c73081a36a
icewm: 3.4.5 -> 3.4.6
2024-03-08 01:30:31 +00:00
Michael Hoang
9dd6f8446d
icloudpd: init at 1.17.3
2024-01-13 14:30:43 +11:00
R. Ryantm
651398cc03
icewm: 3.4.4 -> 3.4.5
2023-12-29 08:25:22 +00:00
R. Ryantm
1db183588e
icewm: 3.4.3 -> 3.4.4
2023-11-03 10:48:27 -03:00
R. Ryantm
50219fdc7a
icewm: 3.4.2 -> 3.4.3
2023-10-09 09:43:07 -03:00
Anderson Torres
349bdd9653
icewm: migrate to by-name
2023-10-04 12:44:08 -03:00