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
Wolfgang Walther
01a9722d61
fend: 1.5.3 -> 1.5.5 ( #358850 )
2024-12-08 17:32:42 +01:00
Wolfgang Walther
a6e299ffc3
fermyon-spin: 2.5.1 -> 3.0.0 ( #321380 )
2024-12-08 16:04:48 +01:00
R. Ryantm
da038375f5
fermyon-spin: 2.5.1 -> 3.0.0
2024-12-08 15:27:46 +01:00
Aleksana
24d6753a34
fedifetcher: 7.1.12 -> 7.1.14 ( #361994 )
2024-12-07 19:35:06 +08:00
⛧-440729 [sophie]
51c4a6cd8b
fedifetcher: 7.1.12 -> 7.1.14
2024-12-05 15:27:56 +01:00
Aleksana
54f3a0cc7f
tiddit: init at 3.6.1 ( #312995 )
2024-12-05 15:50:06 +08:00
34j
d637b85e25
treewide: replace --enable-wayland-ime
with --enable-wayland-ime=true
for the arguments to properly work ( #361341 )
2024-12-05 00:06:22 +05:30
Jonas Heinrich
8c4d52786d
feishin: 0.11.1 -> 0.12.1 ( #359962 )
2024-12-02 14:57:29 +01:00
Nick Cao
f826c0aafa
fedimint: drop various darwin workarounds, use new sdk pattern
2024-11-30 09:29:01 -05:00
Nick Cao
bbd2561c7f
fedimint: use rustPlatform.bindgenHook
2024-11-30 09:28:59 -05:00
José Ribeiro
cb20f06e97
feishin: 0.12.0 -> 0.12.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.12.0...v0.12.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.12.1
2024-11-28 21:05:26 +00:00
José Ribeiro
6ce5063d82
feishin: 0.11.1 -> 0.12.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.11.1...v0.12.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.12.0
2024-11-28 15:34:08 +00:00
Alexis Praga
602605237b
fermi2: init at unstable-2021-05-21
...
Tiddit dependency.
2024-11-26 22:18:23 +01:00
R. Ryantm
2d59c24759
fend: 1.5.3 -> 1.5.5
2024-11-25 08:48:59 -05:00
34j
8ae2932d56
add --enable-wayland-ime
flag to all Electron packages that uses NIXOS_OZONE_WL
2024-11-24 13:34:28 +09:00
Austin Horstman
8f4995f169
febio-studio: 2.7 -> 2.8.1
2024-11-19 18:41:50 -06:00
Austin Horstman
54c4207c53
febio: 4.7 -> 4.8
2024-11-19 18:41:50 -06:00
Austin Horstman
5261c3cda1
{febio, febio-studio}: darwin sdk refactor; fix qt 6.8 build ( #352943 )
2024-11-19 18:39:40 -06:00
Austin Horstman
2e61f3236d
febio-studio: fix qt 6.8 build
...
Use a commit from upstream that hasn't been released to support qt 6.8
2024-11-18 10:38:48 -06: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
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Austin Horstman
c970f0f7cd
febio-studio: darwin sdk refactor
2024-11-03 18:39:17 -06:00
Austin Horstman
08bed55e78
febio: darwin sdk refactor
2024-11-03 18:39:17 -06:00
R. Ryantm
fbf876f130
fedimint: 0.4.3 -> 0.4.4
2024-10-28 07:29:34 +00:00
José Ribeiro
0b65b5ed47
feishin: 0.11.0 -> 0.11.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.11.0...v0.11.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.1
2024-10-16 01:57:22 +01:00
José Ribeiro
46719faa3c
feishin: 0.10.1 -> 0.11.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.10.1...v0.11.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.0
2024-10-16 01:51:43 +01:00
nixpkgs-merge-bot[bot]
e61898f33e
feather: 2.6.8 -> 2.7.0 ( #348504 )
2024-10-14 12:19:05 +00:00
R. Ryantm
8ec0f2d79b
feather: 2.6.8 -> 2.7.0
2024-10-14 10:34:21 +00:00
Fabian Affolter
c4c40cd72a
felix-fm: 2.13.0 -> 2.14.0
...
Diff: https://github.com/kyoheiu/felix/compare/refs/tags/v2.13.0...v2.14.0
Changelog: https://github.com/kyoheiu/felix/blob/v2.14.0/CHANGELOG.md
2024-10-13 23:19:13 +02:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next
2024-10-06 12:05:15 +00:00
Jonas Heinrich
c566a36839
feishin: 0.9.0 -> 0.10.1 ( #344865 )
2024-10-06 10:27:49 +02:00
José Ribeiro
23eb0dd8b1
feishin: 0.10.0 -> 0.10.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.10.0...v0.10.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.1
2024-10-01 06:13:05 +01:00
José Ribeiro
52e47d17b6
feishin: 0.9.0 -> 0.10.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.9.0...v0.10.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.0
2024-09-29 22:55:33 +01:00
github-actions[bot]
8693fc15c4
Merge master into staging-next
2024-09-28 18:04:13 +00:00
R. Ryantm
f57fd03d97
fedimint: 0.4.2 -> 0.4.3
2024-09-28 03:47:19 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +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
github-actions[bot]
b638e02a58
Merge staging-next into staging
2024-09-18 00:13:59 +00:00
R. Ryantm
3ec708aa43
fedimint: 0.4.1 -> 0.4.2
2024-09-17 03:13:32 +00:00
K900
4e803e9656
Merge remote-tracking branch 'origin/staging-next' into staging
2024-09-12 07:00:07 +03:00
José Ribeiro
48cdd61a0a
feishin: 0.8.1 -> 0.9.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.8.1...v0.9.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.9.0
2024-09-11 12:59:35 +01:00
Emily
61922738bb
treewide: optimistically unpin FFmpeg 7 dependencies
...
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
José Ribeiro
9b50419618
feishin: 0.8.0 -> 0.8.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.8.0...v0.8.1
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.1
2024-09-05 00:35:30 +01:00
José Ribeiro
fd54de48a5
feishin: 0.7.3 -> 0.8.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.7.3...v0.8.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.0
2024-09-04 03:40:45 +01:00
Donovan Glover
a44964a30f
feather: 2.6.7 -> 2.6.8 ( #338808 )
2024-09-03 15:46:19 +00:00
nat
436aff262d
feather: 2.6.7 -> 2.6.8
2024-09-01 15:37:47 +02:00
TomaSajt
7dc03bea93
feishin: use electron.dist
2024-08-27 21:37:15 +02:00
José Ribeiro
3d159512d9
feishin: use electron_31
...
As originally mentioned in #331868 , feishin now [1] depends on Electron v31,
which was not packaged at the time (#325428 ).
It has since been fixed (by #333907 ).
[1]: https://github.com/jeffvli/feishin/blob/f2beeef/package.json#L234
2024-08-23 00:59:01 +01:00
Peder Bergebakken Sundt
3a83109945
treewide: change ${pname}
to string literal, pt2 ( #336195 )
...
* aescrypt: change `${pname}` to string literal
* bandwidth: change `${pname}` to string literal
* bc: change `${pname}` to string literal
* bdfresize: change `${pname}` to string literal
* birdfont: change `${pname}` to string literal
* brltty: change `${pname}` to string literal
* calamares: change `${pname}` to string literal
* ccal: change `${pname}` to string literal
* clac: change `${pname}` to string literal
* colord-gtk4: change `${pname}` to string literal
* colord: change `${pname}` to string literal
* colorless: change `${pname}` to string literal
* cunit: change `${pname}` to string literal
* datamash: change `${pname}` to string literal
* dateutils: change `${pname}` to string literal
* desktop-file-utils: change `${pname}` to string literal
* digitemp: change `${pname}` to string literal
* ding-libs: change `${pname}` to string literal
* docbook2mdoc: change `${pname}` to string literal
* dtach: change `${pname}` to string literal
* empty: change `${pname}` to string literal
* entr: change `${pname}` to string literal
* envsubst: change `${pname}` to string literal
* ethtool: change `${pname}` to string literal
* fdtools: change `${pname}` to string literal
* filebench: change `${pname}` to string literal
* findutils: change `${pname}` to string literal
* fortune: change `${pname}` to string literal
* fpart: change `${pname}` to string literal
* fxlinuxprintutil: change `${pname}` to string literal
* gbdfed: change `${pname}` to string literal
* getopt: change `${pname}` to string literal
* github-copilot-cli: change `${pname}` to string literal
* gparted: change `${pname}` to string literal
* hddtemp: change `${pname}` to string literal
* hdfview: change `${pname}` to string literal
* hpcg: change `${pname}` to string literal
* hpl: change `${pname}` to string literal
* ink: change `${pname}` to string literal
* ised: change `${pname}` to string literal
* isoimagewriter: change `${pname}` to string literal
* kronometer: change `${pname}` to string literal
* libsForQt5.qt5ct: change `${pname}` to string literal
* lilo: change `${pname}` to string literal
* lockfileProgs: change `${pname}` to string literal
* map-cmd: change `${pname}` to string literal
* mcrypt: change `${pname}` to string literal
* most: change `${pname}` to string literal
* mrtg: change `${pname}` to string literal
* ms-sys: change `${pname}` to string literal
* multitime: change `${pname}` to string literal
* nbench: change `${pname}` to string literal
* osinfo-db-tools: change `${pname}` to string literal
* parallel-full: change `${pname}` to string literal
* phoronix-test-suite: change `${pname}` to string literal
* pod2mdoc: change `${pname}` to string literal
* powerline-rs: change `${pname}` to string literal
* recoverjpeg: change `${pname}` to string literal
* recutils: change `${pname}` to string literal
* routino: change `${pname}` to string literal
* rpm-ostree: change `${pname}` to string literal
* screen: change `${pname}` to string literal
* sharedown: change `${pname}` to string literal
* statserial: change `${pname}` to string literal
* taoup: change `${pname}` to string literal
* texi2mdoc: change `${pname}` to string literal
* tmpwatch: change `${pname}` to string literal
* toilet: change `${pname}` to string literal
* triehash: change `${pname}` to string literal
* ttfautohint: change `${pname}` to string literal
* txt2man: change `${pname}` to string literal
* urjtag: change `${pname}` to string literal
* uudeview: change `${pname}` to string literal
* uutils-coreutils: change `${pname}` to string literal
* vttest: change `${pname}` to string literal
* wacomtablet: change `${pname}` to string literal
* xcd: change `${pname}` to string literal
* xdaliclock: change `${pname}` to string literal
* xjobs: change `${pname}` to string literal
* feishin: change `${pname}` to string literal
* gifsicle: change `${pname}` to string literal
* nzbhydra2: change `${pname}` to string literal
* vatprism: change `${pname}` to string literal
* webfs: change `${pname}` to string literal
* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00