Commit Graph

17 Commits

Author SHA1 Message Date
jopejoe1
bd6d30ffed agdaPackages._1lab: add updateScript and make version follow convention 2026-01-30 20:41:02 +01:00
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
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 Camille Favier
7bd1a191f0 agdaPackages._1lab: unstable-2024-08-05 -> unstable-2025-07-01 2025-07-14 12:01:07 +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
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
291255600b agdaPackages._1lab: unstable-2024-03-07 -> unstable-2024-08-05
Updates to a version compatible with Agda 2.7.0.
2024-08-20 11:01:53 +02:00
sternenseemann
b4d48b0f9e Merge branch master into haskell-updates 2024-03-21 21:01:05 +01:00
Jussi Kuokkanen
82b45bf454 treewide: remove licenses.agpl3 2024-03-21 18:09:24 +02:00
Naïm Favier
b2e89c6d53 agdaPackages._1lab: 2023-12-04 -> 2024-03-07
The `index` module doesn't import everything, so we generate the list of
all modules manually. This is simple enough and avoids having to build
the Haskell build script.
2024-03-19 01:08:13 +01:00
Naïm Favier
db876bc6f6 agdaPackages._1lab: disable debug printing 2024-01-06 15:00:52 +01:00
Naïm Favier
0ae13741a8 agdaPackages._1lab: unstable-2023-10-11 -> unstable-2023-12-04 2023-12-07 14:04:26 +01:00
Naïm Favier
170a9778b4 agdaPackages._1lab: unstable-2023-03-07 -> unstable-2023-10-11 2023-10-24 20:34:06 +02:00
Naïm Favier
8c9c19b5a9 agdaPackages._1lab: init at unstable-2023-03-07
https://github.com/plt-amy/1lab
2023-08-06 12:49:13 +02:00