Commit Graph

138 Commits

Author SHA1 Message Date
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
Thomas Gerbet
bde7bfa991
brave: 1.73.91 -> 1.73.97 (#363052) 2024-12-09 22:28:14 +01:00
nixpkgs-merge-bot[bot]
924b5f4a7c
brainflow: 5.14.0 -> 5.15.0 (#362921) 2024-12-08 17:32:03 +00:00
R. Ryantm
d87d5c25cd brave: 1.73.91 -> 1.73.97 2024-12-08 04:16:20 +00:00
Olivér Falvai
386044c208
broot: modernize (#362840)
* broot: Darwin cleanups

About withClipboard: the feature both compiles and works perfectly on Darwin now.

* broot: clean up buildInputs

libxcb is no longer a dependency, according to the latest Cargo.lock, xcb-sys been replaced with x11rb

* broot: move to pkgs/by-name
2024-12-07 18:05:23 -05:00
R. Ryantm
0bb88166c2 brainflow: 5.14.0 -> 5.15.0 2024-12-07 20:10:18 +00: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
aucub
9e7ccb4d80 brave: fix darwin build 2024-12-04 02:07:21 +08:00
Sefa Eyeoglu
01c33fb6d7
treewide: add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL (#358620) 2024-11-29 18:48:23 +01:00
K900
b402ee4285
breakpad: 2023.01.27 -> 2023.06.01 (#359529) 2024-11-29 09:38:47 +03:00
K900
5463082f3f breakpad: 2023.01.27 -> 2023.06.01 2024-11-27 11:34:08 +03:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01: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
Sean Buckley
fb8da23762 brave: 1.73.89 -> 1.73.91
https://community.brave.com/t/release-channel-1-73-91/582123
2024-11-23 22:43:16 -05:00
Thomas Gerbet
1f27d25996
brave: 1.71.123 -> 1.73.89 (#355751) 2024-11-19 21:11:52 +01:00
Sean Buckley
e9f6aeb2fd brave: 1.71.123 -> 1.73.89
https://community.brave.com/t/release-channel-1-73-89/580675
2024-11-13 15:45:31 -05:00
github-actions[bot]
d6721ede31
Merge master into staging-next 2024-11-13 12:05:52 +00:00
Weijia Wang
4f10285eed
brave: darwin support, add darwin maintainer (#352880) 2024-11-13 10:41:19 +01:00
github-actions[bot]
00b1e226f7
Merge master into staging-next 2024-11-12 06:05:05 +00:00
Aleksana
1a5d2f84b7
bruno-cli: init at 1.34.2 (#354111) 2024-11-12 10:21:31 +08:00
Matteo Pacini
c00f07313f brave: add darwin maintainer 2024-11-11 21:08:35 +00:00
Matteo Pacini
861af0f60d brave: darwin support 2024-11-11 21:08:15 +00:00
Gutyina Gergő
358c74b332
bruno-cli: init at 1.34.2 2024-11-10 22:55:16 +01:00
github-actions[bot]
aa759748db
Merge master into staging-next 2024-11-10 18:03:58 +00:00
Theodore Ni
4fee2cde56
brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style (#354114) 2024-11-10 09:46:15 -08:00
Sean Buckley
7135b364b6 brave: 1.71.121 -> 1.71.123
https://community.brave.com/t/release-channel-1-71-123/579271
2024-11-09 19:40:54 -05:00
Sean Buckley
301751f1c1 brave: format with nixfmt-rfc-style 2024-11-09 19:40:54 -05:00
Sean Buckley
d037904ba3 brave: refactor package.nix to allow more architectures 2024-11-09 19:40:49 -05:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00: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
Gutyina Gergő
01310793c8
bruno: postBuild -> buildPhase 2024-11-07 22:41:21 +01:00
Gutyina Gergő
cc0b65fb04
bruno: add back giflib removal patch 2024-11-07 01:37:53 +01:00
Gutyina Gergő
582038c397
bruno: remove with lib;, order meta attrs 2024-11-07 00:58:36 +01:00
Gutyina Gergő
f90a7c4dbd
bruno: 1.34.0 -> 1.34.2 2024-11-07 00:20:32 +01:00
Gutyina Gergő
56878d1449
bruno: remove phantomjs 2024-11-07 00:16:13 +01:00
Austin Horstman
a685fde6db
bruno: switch to apple-sdk_11 2024-11-04 16:27:05 -06:00
Heitor Augusto
6760f0a702
brave: fix qt theming (#352667)
Previously when trying to choose "Use Qt" for the brave theme, it just
did nothing, this should fix it, and properly theme it with Qt
2024-11-04 20:25:21 +01:00
Sefa Eyeoglu
a61cd8ff1b
browsers: 0.5.8 -> 0.6.0 (#343763) 2024-11-04 16:55:45 +01:00
RAVENz46
e299dffa9e browsers: 0.5.8 -> 0.6.0
browsers: 0.5.8 -> 0.6.0

Update Cargo.lock

Fix version

Fix

format
2024-11-03 19:21:39 +09:00
R. Ryantm
ab77e62996 brave: 1.71.118 -> 1.71.121 2024-10-31 22:42:32 +00:00
Mathew Polzin
6ee97571ae bruno: 1.32.1 -> 1.34.0 2024-10-25 22:09:42 -05:00
Sean Buckley
9922167c89 brave: 1.70.123 -> 1.71.118
https://community.brave.com/t/release-channel-1-71-118/576979
2024-10-23 17:28:18 -04:00
Sean Buckley
177d045fb3 brave: move to by-name 2024-10-23 17:28:18 -04:00
R. Ryantm
0340112158 bruno: 1.30.1 -> 1.32.1 2024-10-07 22:08:41 +00:00
R. Ryantm
aba3aa7fca brainflow: 5.13.3 -> 5.14.0 2024-10-02 14:27:12 +00:00
R. Ryantm
15f168528a bruno: 1.29.1 -> 1.30.1 2024-09-29 23:48:11 +00: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
7bc70fd744 bruno: 1.28.0 -> 1.29.1 2024-09-20 07:46:58 +00:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00