Commit Graph

102 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
Jiří Štefka
5a4fbaa329
beeper: 3.109.1 -> 3.110.1 (#361944)
* beeper: Use download.beeper.com in update script

Related discussion:
  - https://github.com/NixOS/nixpkgs/pull/361944#issuecomment-2521919969
  - https://github.com/NixOS/nixpkgs/pull/241992#issuecomment-1730304937

* beeper: 1.109.1 -> 3.110.1
2024-12-09 23:51:43 -05:00
Aleksana
5eafabf8db
beedii: init at 1.0.0 (#349097) 2024-12-06 09:38:08 +08:00
Wolfgang Walther
cdb52454aa
benzene: init at 0-unstable-2022-12-18 (#341090) 2024-12-04 22:03:22 +01: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
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
Nick Cao
9941229fd9
bear: use lib.cmakeFeature, drop with lib 2024-11-28 11:00:41 -05:00
Nick Cao
542b211fa7
bear: fix cross compilation, set strictDeps 2024-11-28 10:59:05 -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
R. Ryantm
7377f81369 bearer: 1.46.2 -> 1.47.0 2024-11-24 00:21:52 +00:00
Cosima Neidahl
2f3db1d327
bencodetools,uade: Fix build, update, modernise (#352867) 2024-11-16 17:33:40 +01:00
OPNA2608
c07a80fd1c python3Packages.bencodetools: init at 1.0.1 2024-11-11 12:41:13 +01:00
OPNA2608
320dfaba2d bencodetools: unstable-2022-05-11 -> 1.0.1 2024-11-11 12:41:13 +01:00
OPNA2608
14a65d6013 bencodetools: Modernise 2024-11-11 12:41:13 +01:00
OPNA2608
d6b1d5c1e2 bencodetools: nixfmt 2024-11-11 12:41:13 +01:00
OPNA2608
33ec1b434b bencodetools: Drop python module building
Newest python makes "setup.py install" not work anymore. This is likely better handled by making this
a proper pythonPackages entry anyway.
2024-11-11 12:41:13 +01:00
wxt
e0b7981969
benthos: 4.27.0 -> 4.39.0 2024-11-11 11:10:04 +08:00
wxt
3518622af7
benthos: nixfmt 2024-11-11 10:14:12 +08:00
Aleksana
c00d32f285
beszel: init at 0.6.2 (#345444) 2024-11-10 11:24:22 +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
wxt
975f4c45ae
beszel: init at 0.6.2 2024-11-06 18:35:23 +08:00
Austin Horstman
12d623b9a8
berry: fix darwin build 2024-11-05 13:50:13 -06:00
Austin Horstman
3aff222fd7
berry: format 2024-11-04 22:51:28 -06:00
Nick Cao
7ce2e3838d
beekeeper-studio: 4.6.2 -> 4.6.8 (#343622) 2024-10-24 17:14:44 -04:00
Sergei Zimmerman
7281ff8a09 bear: move to pkgs/by-name 2024-10-17 14:59:48 +03:00
Kenichi Kamiya
176d86712b
beedii: init at 1.0.0 2024-10-17 02:19:13 +09:00
R. Ryantm
f9e0e49737 beekeeper-studio: 4.6.2 -> 4.6.8 2024-10-01 22:31:44 +02:00
R. Ryantm
0ca453f75c bee: 2.1.0 -> 2.2.0 2024-09-26 23:29:54 +02:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
David McFarland
e7fb591c92 dotnet-sdk-setup-hook: configure nuget in sourceRoot
Instead of creating a nuget.config in NIX_BUILD_TOP, and depending on
inheritance from sourceRoot, we'll make the required changes directly in
the latter.  This fixes packages where sourceRoot is NIX_BUILD_TOP.
2024-09-17 01:12:12 -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
Spencer Heywood
dd32ffd55c
beeper-bridge-manager: fix styling and typo 2024-09-11 14:24:17 -06:00
eilvelia
a60eddf721
benzene: init at 0-unstable-2022-12-18 2024-09-10 20:16:14 +00:00
Weijia Wang
d348534f50
bevelbar: 24.06 -> 24.07 (#337670) 2024-09-10 00:55:16 +02:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
Arnout Engelen
e95622a6ff
beon: init at 2024-02-26 (#337890) 2024-09-03 11:13:40 +02:00
Arnout Engelen
f7a50a06dd
beon: init at 2024-02-26
Notably, this is the font used in the styleguide for the WHY2025 hacker camp.
2024-09-03 09:22:27 +02:00
R. Ryantm
93eacad925 bevelbar: 24.06 -> 24.07 2024-08-27 09:15:22 +00:00
R. Ryantm
524c8b764e beeper-bridge-manager: 0.12.1 -> 0.12.2 2024-08-26 18:49:11 +00:00
Roland Coeurjoly
e18154d9a4 betterdiscordctl: substitute --replace with --replace-fail 2024-08-25 17:59:23 +02:00
Weijia Wang
19fe2e5f72
Merge pull request #335358 from r-ryantm/auto-update/beeper-bridge-manager
beeper-bridge-manager: 0.12.0 -> 0.12.1
2024-08-21 02:01:04 +02:00
Jo Vandeginste
3b4f6ef968
beidconnect: init at 2.10
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
2024-08-19 15:37:16 +02:00
R. Ryantm
e0af60030b beeper-bridge-manager: 0.12.0 -> 0.12.1 2024-08-17 12:23:54 +00:00
Rishi Kumar
30a5b3b2fb bend: 0.2.34 -> 0.2.36 2024-08-02 03:24:46 +05:30
zimbatm
e7d212886b beanstalkd: move to by-name 2024-07-31 09:10:35 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Spencer Heywood
55ce6e0bb5
beeper-bridge-manager: init 0.12.0 2024-07-23 10:41:02 -06:00
Aleksana
8536937b75
Merge pull request #327080 from Aleksanaa/fetchgit-sha256-fix
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 20:56:04 +08:00
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00