Commit Graph

8 Commits

Author SHA1 Message Date
jopejoe1
6a11d4a70b tests.pkgs-lib: expose the tests included in it 2025-12-08 12:01:06 +01:00
Vladimír Čunát
7186236235 formats tests: drop jdk8 and add default jdk
It was weird to keep testing an ancient version
but not test the default one.  Now jdk8 has issues:
https://hydra.nixos.org/build/301885710#tabs-buildsteps
2025-07-11 10:51:41 +02:00
Silvan Mosberger
667d42c00d 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 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
h7x4
b6cdfec16c formats.hocon: add tests 2024-02-09 16:40:22 +01:00
h7x4
18ca8b21e2 formats.libconfig: add tests
Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>
Signed-off-by: h7x4 <h7x4@nani.wtf>
2023-10-27 18:32:22 +02:00
Robert Hensing
4f8e44394c formats.javaProperties: init 2022-04-01 15:19:45 +02:00
Silvan Mosberger
9c1565a042 pkgs-lib: Add tests for formats 2020-07-29 18:08:25 +02:00
Silvan Mosberger
888c923880 pkgs: Add pkgs-lib structure 2020-07-29 18:08:20 +02:00