Commit Graph

22 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
Guy Chronister
475a0e3a44 various: remove superflous usages of pname 2025-09-25 20:45:06 -05:00
Vladimír Čunát
e00e8d2842 agdaPackages.cubical: 0.8 -> 0.9 (#430565) 2025-08-13 19:04:34 +02:00
Naïm Camille Favier
b4ff9b540c agdaPackages.cubical: 0.8 -> 0.9
https://github.com/agda/cubical/releases/tag/v0.9
2025-08-10 16:41:05 +02:00
nixpkgs-ci[bot]
a482dd935d Merge staging-next into staging 2025-07-30 18:07:01 +00:00
mivorasu
ee0866bddd treewide: conform descriptions to the standards 2025-07-28 04:39:00 +00: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 Favier
e84598116e agdaPackages.cubical: 0.7 -> 0.8
https://github.com/agda/cubical/releases/tag/v0.8
2025-05-19 17:59:38 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02: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
Philipp Joram
54c160c74f agdaPackages.cubical: add maintainer phijor 2024-02-18 00:23:06 +02:00
Naïm Favier
eac58d0eeb agdaPackages.cubical: 0.6 -> 0.7
https://github.com/agda/cubical/releases/tag/v0.7
2024-02-12 11:27:39 +01:00
Naïm Favier
57eea05583 agdaPackages.cubical: 0.5 -> 0.6
https://github.com/agda/cubical/releases/tag/v0.6
2023-10-24 20:34:06 +02:00
Naïm Favier
963278d147 agdaPackages.cubical: unstable-2023-02-09 -> 0.5
https://github.com/agda/cubical/releases/tag/v0.5
2023-07-05 11:14:29 +02:00
Ingo Blechschmidt
168d9a5f1e agda: 2.6.2.2 -> 2.6.3 2023-02-14 14:45:39 +01:00
Naïm Favier
1bc5ddcff4 agdaPackages.cubical: clean up
- use `C.UTF-8` so that we don't have to depend on glibcLocales
- remove now unnecessary AGDA_EXEC
- run pre/post-build hooks
- add ncfavier as maintainer
2023-01-12 18:32:26 +01:00
Alex Rice
3a61d6d707 agdaPackages.cubical: 0.4prec3e097a -> 0.4 2022-12-01 15:53:35 +00:00
Ingo Blechschmidt
18eb0b0cf3 agdaPackages.cubical: 0.3pred5030a9 -> 0.4prec3e097a 2021-12-13 13:02:58 +01:00
Guilherme Silva
cdac06c9bb Agda cubical 2.6.2 fix (#131280)
Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
2021-07-24 06:46:44 +01:00
Shea Levy
36935f9736 agdaPackages.cubical: 0.2 -> 0.3pred5030a9
0.2 does not build with agda 2.6.2
2021-07-23 07:42:26 -04:00
Ryan Orendorff
f7ad47a8f6 agdaPackages.cubical: init at 0.2 (#76994)
Co-authored-by: Alex Rice <alexrice999@hotmail.co.uk>
2020-05-19 13:20:35 -04:00