Commit Graph

8 Commits

Author SHA1 Message Date
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
R. Ryantm
f1f074f213 deconz: 2.28.0 -> 2.28.1 2024-12-03 19:41:53 +01:00
Bjørn Forsman
6f8ad7e4d0 deconz: 2.27.6 -> 2.28.0
Fixes the login redirect issue: https://forum.phoscon.de/t/web-access-not-working/5023/4
2024-08-16 18:20:29 +02:00
Bjørn Forsman
b379c6447d deconz: 2.26.3 -> 2.27.6 2024-08-01 16:47:39 +02:00
Bjørn Forsman
0f5cb6b702 deconz: 2.23.00 -> 2.26.3
Upstream doesn't produce the *-dev package anymore, so remove it.
(Apparently it's possible to get back the header files by building from
source:
https://github.com/dresden-elektronik/deconz-rest-plugin/blob/v2.26.3/BUILDING.md#build-with-cmake.)
2024-04-20 20:25:22 +02:00
Bjørn Forsman
d62ebb37d4 deconz: add NixOS test to passthru.tests 2023-10-16 20:49:41 +02:00
Bjørn Forsman
528e89cdcb deconz: update meta
* Set meta.mainProgram to silence lib.getExe warning.
* Fix meta.platforms - the .deb file we use as source only supports
  x86_64 linux.
* Set meta.sourceProvenance - the .deb file we use as source contains
  x86_64 linux binaries.
2023-10-16 20:49:41 +02:00
Bjørn Forsman
2932ee753d deconz: init at 2.23.00
https://www.dresden-elektronik.com/wireless/software/deconz.html
2023-09-08 07:45:59 +02:00