Commit Graph

16 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
Simon Gardling
684df0290e
gpt4all: 3.3.0 -> 3.4.2 2024-10-16 21:57:05 -04:00
Simon Gardling
1324d31ccd
gpt4all: 3.2.1 -> 3.3.0 2024-09-23 12:49:20 -04:00
haras
06c5b53ca5 gpt4all-cuda: fix CUDA initialization 2024-09-16 11:12:23 +02: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
Simon Gardling
abcf14644a
gpt4all: add titaniumtown as maintainer 2024-09-05 09:54:49 -04:00
Simon Gardling
31bd29314c
gpt4all: 2.8.0 -> 3.2.1 2024-09-05 09:49:25 -04:00
Someone Serge
82018339bd treewide: cuda: use propagatedBuildInputs, lib.getOutput 2024-07-02 01:47:19 +00:00
Pol Dellaiera
2701015ffb
gpt4all: remove drupol from maintainers 2024-06-24 09:13:52 +02: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
Dawid Dziurla
b061eaf41b
gpt4all: 2.7.5 -> 2.8.0 2024-05-25 13:42:30 +02:00
R. Ryantm
dc42584fd6 gpt4all: 2.7.4 -> 2.7.5 2024-05-04 04:45:41 +00:00
Pol Dellaiera
bebd9af58e
gpt4all: 2.7.3 -> 2.7.4 2024-05-01 12:37:49 +02:00
Pol Dellaiera
ca19eef949
gpt4all: 2.7.2 -> 2.7.3 2024-03-12 18:14:09 +01:00
Pol Dellaiera
8d3af97517
gpt4all: 2.7.1 -> 2.7.2 2024-03-06 13:29:28 +01:00
Pol Dellaiera
3cdf5be0dc
gpt4all: rename gpt4all-chat in gpt4all 2024-02-27 23:35:04 +01:00