37 Commits

Author SHA1 Message Date
Fernando Rodrigues 3562403503 treewide: fetchFromGitea -> fetchFromCodeberg
Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.

The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
    sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i
    sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```

The following paths were manually edited:

* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix

Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com>
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2026-01-31 21:08:16 +11:00
Robert Hensing 3d19784820 haskellPackages.changelog-d: 1.0.1 -> 1.0.2 2025-08-28 14:00:00 +02:00
Robert Hensing 89a2a6fa57 haskellPackages.hercules-ci-optparse-applicative: 0.18.1-fork -> 0.19.0.0-fork-0 2025-08-08 23:43:30 +02:00
sternenseemann b71bdc9f2a haskellPackages.{ci-info, hasura-resource-pool}: remove
These packages were dependencies of hasura only and aren't uploaded
to Hackage. It seems unlikely that any downstream user depends on
them directly.
2025-02-14 02:01:30 +01:00
sternenseemann 31f1c125eb hasura-graphql-engine, haskellPackages: remove all broken hasura pkgs
These have been broken for a long time and are severly outdated. I'm
taking the lack of maintenance as a lack of interest and dropping
these. It may be better to start from scratch anyways when packaging
a newer version of hasura (they have added 9.10 support, so there's
no reason it couldn't be resurrected in theory).

From experience, Hasura is a huge can of worms and I'm personally not
interested in maintaining it. I've tried to get the ball rolling
again in the past (https://github.com/NixOS/nixpkgs/pull/250035)
which also didn't garner any interest.
2025-02-14 02:01:30 +01:00
Silvan Mosberger 84d4f874c2 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 https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Francesco Gazzetta a750f6c588 changelog-d: 1.0 -> 1.0.1
Release: https://codeberg.org/fgaz/changelog-d/releases/tag/v1.0.1
2024-08-20 15:33:18 +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
Francesco Gazzetta 31a42541af changelog-d: 0.1-git-2816ddb -> 1.0 2024-05-17 15:45:44 +02:00
Robert Hensing a7ad5b99b1 haskellPackages.hercules-ci-optparse-applicative: 0.16.1.0 -> 0.18.1.0 2024-01-23 15:26:23 +01:00
Robert Hensing 0ff56d503a haskellPackages.changelog-d: Rename file 2023-11-19 12:44:45 +01:00
Robert Hensing 2e1a099318 changelog-d: init
Move the overrides to top-level (pkgs/by-name).
2023-11-19 12:44:18 +01:00
Robert Hensing 662c001157 haskellPackages.changelog-d: Add basic test 2023-10-31 23:59:14 +01:00
Robert Hensing 054f67065e haskellPackages.changelog-d: init 2023-10-31 23:35:15 +01:00
Weijia Wang d75a47d4b2 treewide: cleanup vendorSha256 references 2023-09-22 10:33:33 +02:00
Dennis Gosnell 535268e39f haskellPackages.hasura-ekg-core: mark broken 2023-09-13 15:44:37 -04:00
Dennis Gosnell da61e87c86 haskellPackages.hasura-ekg-json: mark broken 2023-09-13 15:44:09 -04:00
Dennis Gosnell 0f549bb91b haskellPackages.pg-client: mark broken 2023-09-13 15:43:45 -04:00
Ferry Jérémie 65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Dennis Gosnell fb337aedd8 haskellPackages.ldgallery-compiler: mark broken with ghc-9.2 2022-12-24 11:58:07 +09:00
Dennis Gosnell a6b7e0d0b1 haskellPackages.kriti-lang: mark broken 2022-12-24 11:56:42 +09:00
Robert Hensing 10384aaf6f haskellPackages.hercules-ci-optparse-applicative: bump 2022-12-02 16:48:39 +00:00
Dennis Gosnell ddbc061b4b hasura-graphql-engine: mark as broken
`graphql-engine` and `graphql-parser` appear to need to be updated for
aeson-2.0.
2022-04-21 10:34:31 +09:00
sternenseemann f553614955 haskellPackages.graphql-engine: 2.0.10 -> 2.3.1
haskellPackages.kriti-lang: init at 0.3.1

Towards getting hasura-related packages to work with Stackage Nightly /
GHC 9.0.
2022-04-03 15:43:33 +02:00
Felix Buehler dfff76aa14 haskellPackages.hercules-ci-optparse-applicative: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
Ben Siraphob 0f050a1236 treewide: replace http://github.com with https://github.com 2022-01-07 09:58:36 +07:00
Asko Soukka e3cba2b9da haskellPackages.hasura: 2.0.9 -> 2.0.10 2021-12-02 21:26:51 +02:00
lassulus b421990ae0 haskellPackages.hasura: 2.0.7 -> 2.0.9 2021-09-26 10:28:31 +02:00
(cdep)illabout d72da40884 hasura-graphql-engine: add lassulus as maintainer for all dependencies 2021-08-22 10:25:09 +09:00
lassulus af115b8609 haskellPackages.graphql-engine: 2.0.5 -> 2.0.7 2021-08-19 14:15:21 +02:00
lassulus d07be4c5cb haskellPackages.graphql-engine: update to 2.0.5 + refactor 2021-08-16 19:51:58 +02:00
Robert Hensing 0f000b836e haskellPackages.hercules-ci-optparse-applicative: 2021-03-05 -> 2021-03-18 2021-05-07 20:47:02 +02:00
Robert Hensing fdfbd17b70 hci: init at 0.1.0 2021-03-09 16:38:20 +01:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
Peter Simons c90c2067e6 hasura-graphql-engine: mark build as broken
The package depends on the broken stm-containers.
2020-10-23 21:00:26 +02:00
Ariel Nunez a29ed35bc7 hasura: 1.2.1 -> 1.3.1-beta.1 2020-09-03 14:59:08 -05:00