Commit Graph

27 Commits

Author SHA1 Message Date
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Naïm Camille Favier
3da91e9f0a agdaPackages.standard-library: 2.2-unstable-2025-07-03 -> 2.3
https://github.com/agda/agda-stdlib/blob/v2.3/CHANGELOG.md
2025-08-11 11:33:17 +02:00
Naïm Camille Favier
1288f57e55 agdaPackages: switch to --build-library
Use the new `--build-library` mode introduced in Agda 2.8.0 to build
libraries instead of relying on ad-hoc `Everything` files. This
simplifies most derivations (except cubical-mini which imports generated
`Everything` files from various modules).
2025-07-16 12:21:39 +02:00
Naïm Camille Favier
67a1389d94 agdaPackages.standard-library: 2.2 -> 2.2-unstable-2025-07-03 2025-07-14 12:01:07 +02:00
R. Ryantm
50784a2835 agdaPackages.standard-library: 2.1.1 -> 2.2 2025-01-21 13:49:15 +01:00
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
Ingo Blechschmidt
c8ca37a12d agdaPackages.standard-library: 2.1.1-rc2 -> 2.1.1 2024-09-11 19:21:08 +02:00
Ingo Blechschmidt
bf1bd6d4e7 agdaPackages.standard-library: 2.1 -> 2.1.1-rc2 2024-08-21 18:06:44 +02:00
R. Ryantm
e5c56b29ab agdaPackages.standard-library: 2.0 -> 2.1 2024-07-27 22:06:45 +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
Naïm Favier
38baa1f3af agdaPackages.standard-library: 1.7.3 -> 2.0
https://github.com/agda/agda-stdlib/blob/v2.0/CHANGELOG.md
2023-12-12 16:10:13 +01:00
Naïm Favier
e8bf86a523 agdaPackages.standard-library: 1.7.2 -> 1.7.3
https://github.com/agda/agda-stdlib/releases/tag/v1.7.3
2023-10-24 20:34:05 +02:00
Ingo Blechschmidt
168d9a5f1e agda: 2.6.2.2 -> 2.6.3 2023-02-14 14:45:39 +01:00
Ingo Blechschmidt
95d62a696c agdaPackages.standard-library: 1.7 -> 1.7.1 2021-11-29 09:21:23 +01:00
Manuel Bärenz
27ff64e919 agdaPackages.standard-library: 1.6 -> 1.7 2021-07-15 10:25:44 +02:00
Manuel Bärenz
a773d882d1 agdaPackages.standard-library: 1.5 -> 1.6 (#120180)
* agdaPackages.standard-library: 1.5 -> 1.6

* agdaPackages.functional-linear-algebra: 0.2 -> 0.3

* agdaPackages.agda-categories: 0.1.5 -> 0.1.6
2021-04-23 12:06:31 -04:00
Alex Rice
0e162b97d6 agda nixos test: add to passthru for agda + stdlib 2021-03-30 13:54:02 +01:00
Anderson Torres
519c4f1727 Merge pull request #110830 from iblech/patch-agdastdlib15
agdaPackages.standard-library: 1.4 -> 1.5
2021-02-03 15:56:55 -03:00
Anderson Torres
8bf1bc692c Merge pull request #110512 from neosimsim/agda-dont-install-Everything
Agda don't install Everything module
2021-02-03 15:56:34 -03:00
Ingo Blechschmidt
5465e6e8ef agdaPackages.standard-library: 1.4 -> 1.5 2021-01-27 14:06:34 +01:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Alexander Ben Nasrallah
688ebdc77d agdaPackages.standard-library: don't install Everything files 2021-01-24 17:30:02 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Manuel Bärenz
29684ee617 agdaPackages.standard-library: 1.3 -> 1.4 2020-10-19 09:26:52 +02:00
Alex Rice
8ee4c3698c Agda: Add turion as maintainer 2020-05-14 20:54:12 +01:00
Alex Rice
a7cd372a3e agda.standard-library: 1.1 -> 1.3 2020-05-14 20:54:12 +01:00
Alex Rice
d30e2468e0 agda: rework builder 2020-05-14 20:54:11 +01:00