Commit Graph

13 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
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
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 a08b3a4d19.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Naïm Favier
4c395aa8e3 agdaPackages.functional-linear-algebra: 0.4.1 -> 0.5.0
https://github.com/ryanorendorff/functional-linear-algebra/releases/tag/v0.5.0
2023-12-23 21:52:05 +01:00
Ryan Orendorff
6794de08f7 functional-linear-algebra: 0.4->0.4.1 2023-11-19 20:44:47 -07:00
Naïm Favier
8b59b95f25 agdaPackages.{agda-prelude,functional-linear-algebra}: mark as broken 2023-10-24 20:34:06 +02:00
Ryan Orendorff
721475c83b agdaPackages.functional-linear-algebra 0.3->0.4 2021-07-27 10:14:32 -06:00
Alex Rice
9d4867074b Agda: mark packages as broken until 2.6.2 compatible release is made
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2021-07-26 11:41:06 +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
Ingo Blechschmidt
ec52278ea1 agdaPackages.functional-linear-algebra: 0.1 -> 0.2 2021-01-27 14:07:49 +01:00
Pavol Rusnak
a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Ryan Orendorff
c78dc9cf5b agda-packages: add fla library at v0.1
Adds the functional-linear-algebra library to the agda package set.
2020-10-15 10:54:22 -06:00