Commit Graph

13 Commits

Author SHA1 Message Date
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
Jade Lovelace
5dfb548004 maintainers: remove lf-
Over the last few months I have had at least a half dozen points points
when I have wanted to resign, and my biggest regret is that you can only
resign once.

After the previous such opportunity, I was emotionally done.

Today's shameful incident has made it abundantly clear I am not welcome.
Let's make that official.

It's been a long run and I've met a lot of lovely people working on the
Nix ecosystem. Let's hope that the technology lives on, and that I can
keep working with the lovely people I have spent most of my time working
with, *but outside of Nix*.
2024-07-02 02:07:50 +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
ppom
e529b7fed0 honeycomb-refinery: fix homepage 2023-12-06 12:00:00 +01:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash (#256514) 2023-09-21 19:11:11 +02:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Thomas Gerbet
1e3d6bb770 honeymarker: uses fetchFromGitHub
The archive hash has changed.
See https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/
2023-01-30 23:30:03 +01:00
Thomas Gerbet
fdaeb50a8d honeytail: uses fetchFromGitHub
The archive hash has changed.
See https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/
2023-01-30 23:28:05 +01:00
Thomas Gerbet
7967aebe4b honeyvent: uses fetchFromGitHub
The archive hash has changed.
See https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/
2023-01-30 23:25:31 +01:00
Jade Lovelace
694cd66276
honeycomb-refinery: init at 1.19.0 (#200424) 2022-11-22 11:22:31 -08:00
Ian Duncan
32c717749c honeyvent: init at 1.1.0 2022-01-07 16:38:36 +00:00
Ian Duncan
a7e766f121 honeymarker: init at 0.2.1 2022-01-07 16:37:52 +00:00
Ian Duncan
3db1a83518 honeytail: init at 1.6.0 2022-01-07 16:37:52 +00:00